2.3.3-fix.2 • Published 6 years ago

qails v2.3.3-fix.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

qails

An API-driven framework for building nodejs apps, using MVC conventions. It only will provide a structure, inspired on Ruby on Rails, that will allow you to organise better your projects, initialise your own or third party libraries, call in a easy way your models, helpers, etc.

Commands

# start
npm start

# lint
npm run lint

# build
npm run build