Vulkano is a small, simple, and fast framework for creating web applications using NodeJS. Inspired by KumbiaPHP.
Thank you to all our backers! 🙏
- Node.js
- Express
- Mongoose
- Nunjucks (Template Engine)
- Nodemon (Reload automatically for dev mode)
- PM2 (Deployment)
- Unix or WSL v2
- Node.js v20+
$ bun install
Command | Description |
---|---|
bun run dev |
Run development server and watch changes |
app/
config/
env/
express/
locales/
views/
controllers/
models/
services/
views/
public/
- HTTP Public foldercss/
- HTTP Public folderfiles/
- HTTP Public folderfonts/
- HTTP Public folderimg/
- HTTP Public folderjs/
- HTTP Public folder
Procfile
- Heroku entry pointREADME.md
app.js
- Server entry pointnodemon.json
- Nodemon entry point
Coming soon...