http://nodejs.org/download/
mkdir myapp
cd myapp
npm install [email protected]
./node_modules/indigojs/generator --help
Windows OS
.\node_modules\indigojs\generator --help
./node_modules/indigojs/generator -n myapp
Windows OS
.\node_modules\indigojs\generator -n myapp
npm install --production
npm start
./config
./locales
./locales/en
./routers
./controllers
./web
./web/default
./web/default/css
./web/default/js
./web/default/js/vendor
./web/default/js/views
./web/default/templates
./web/en
npm install
npm run-script jshint
grunt