vulcano
0.1.1 • Public • Published Vulcano
Stack
API
Install
System
Packages
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 folder
Procfile
- Heroku entry point
README.md
app.js
- Server entry point
deploy.sh
- Script to run after deployment to set manuality your config
nodemon.json
- Nodemon entry point
Your App Folder
Config
connections.js
local.js
policies.js
routes.js
server.js
Controllers
Helpers
Filters
Models
Responses
vsr.js
Services
ActiveRecord.js
AppController.js
Filter.js
Jwt.js (Json Web Token)
Paginate.js
Upload.js
VSError.js
Views.js
_shared
Errors
Partials
Templates
Package Sidebar
Install
Weekly Downloads