Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

node-express-es6-base

Base code for bootstrapping a node.js + express.js (ES6 compliant) project

nodejs expressjs mongodb q babel gulp

This project uses the following technology:

Function Package
Package management npm
ES6 transpilation babel + gulp
Dependency injection Awilix
Promises q
MongoDB connection mongoose
  • To build : npm install
  • To run : npm start

More information can be found on this post.