indigojs
v2.6.6
Published
IndigoJS is an open source, JavaScript/NodeJS localization framework
Downloads
201
Maintainers
Readme
Getting started
1. Download and install NodeJS
http://nodejs.org/download/2. Create your project directory
mkdir myapp
cd myapp3. Download indigoJS framework
npm install indigojs4. Check the project generator attributes
./node_modules/indigojs/generator --help
Windows OS
.\node_modules\indigojs\generator --help5. Create a project using generator.
./node_modules/indigojs/generator -n myapp
Windows OS
.\node_modules\indigojs\generator -n myapp6. Download dependency modules
npm install --production7. Start your server
npm startDefault structure of a project
./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/enDeployment
npm install
npm run-script jshint
gruntPlugins
License
Please read our API documentation.
http://www.indigojs.com/docs/index.html


