# angular-nadobit-app
app framework based on angular

## RoadMap

* bin for app management
  * init app [done]
  * init module
  * init state
  * ...

* gulp module for building

* angular frontend modules
  * extended state-provider [done]
  * ...

## Quickstart

* create and empty folder for your project and switch into it
* [optional] create virtualenv and switch into it (python virtualenv + nodeenv)
* npm install angular-nadobit-app
  * used cli tools inside node_modules: gulp, nadoapp
* run nadoapp, exec init-app command and provide app name and exit
  * creates boilerplate
* run gulp dev and goto http://youprojectname.vcap.me:8001/
