vulcano
v0.1.1
Published
A MVC framework using Express 4
Downloads
5
Readme
Vulcano
Stack
API
- Node.js
- Express
- Mongoose
- Nunjucks (Template Engine)
- Nodemon (Reload automatically for dev mode)
- PM2 (Deployment)
Install
System
- Unix
- Node.js v6+
Packages
$ npm install install
Workflow
| Command | Description |
| :---------------------------------------- | :---------------------------------------- |
| nodemon
| Run development server and watch changes |
| npm run start
| Start development server |
| npm run production
| Start production server |
| pm2 start package.json --env=production
| Start production server with PM2 |
Structure
app/
core/
public/
- HTTP Public folderProcfile
- Heroku entry pointREADME.md
app.js
- Server entry pointdeploy.sh
- Script to run after deployment to set manuality your confignodemon.json
- Nodemon entry point