Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 668 Bytes

es6express-starter

Express boilerplate for creating MVC express projects. Dependencies include:

  • mongoose
  • Express
  • Morgan
  • babel-cli

Installation

Clone the repository and install dependencies with npm install:

 git clone https://github.com/dessHub/es6express-starter.git
 npm install

Set Up

Copy .env-example to .env file and update with your your variables

Starting the server

  npm start

This would convert es6 features to es5 and start the server

Contribution

If there is any issue create issue . And if your want to contribute fork, update and create a pull request.