ES6 express server project starter
A simple app to serve as a starter ExpressJS server. The server code is all writen in es6 and transpiled with babel for development build stages.
To run the project just: 1- create .env file with ENV=development DB_USER=value DB_PASS=value DB_HOST=mongolab_url
2- yarn install or npm install
3- yarn run dev for development
4- yarn build to compile to dist folder
5- sh build.sh to compile and prepare for deployment
Enjoy working with it.