Ababool application generator
Ababool is a Open-Source Full-Stack Javascript Solution for MEAN Single Page Applications
Ababool MEAN is based on the Ababool LAMP version http://algosemueve.es/ababool/
Currently working on the migration process from LAMP to MEAN
Installation
$ npm install -g ababool-generator
Quick Start
The quickest way to get started with express is to utilize the executable to generate an application as shown below:
Create the app:
$ ababool /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Rock and Roll
$ npm start
License
MIT