Express boilerplate for creating MVC express projects. Dependencies include:
- mongoose
- Express
- Morgan
- babel-cli
Clone the repository and install dependencies with npm install:
git clone https://github.com/dessHub/es6express-starter.git
npm install
Copy .env-example to .env file and update with your your variables
npm start
This would convert es6 features to es5 and start the server
If there is any issue create issue . And if your want to contribute fork, update and create a pull request.