Boilerplate starter for Node.js + Express application.
Boilerplate includes:
- Babel
- ESlint
- Flow
For fully setup you need to have Git, NPM, Node on your machine.
- 
Clone the project and go into: git clone [email protected]:dimpiax/node-express-boilerplate.git my-project && cd $_
- 
Make startbash script executable:chmod +x start
- 
Execute script ./start
After it will create and all needed files and install packages, you are able to start from index.js.
Start application by command npm start, it will decide which command to start relatively to NODE_ENV.