Base code for bootstrapping a node.js + express.js (ES6 compliant) project
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.