Skip to content

dessHub/es6express-starter

Repository files navigation

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.

About

Starter project for creating a MVC express boilerplate with MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published