0.0.8 • Published 9 years ago
angularjs-simple v0.0.8
Steps
Simple angularjs structure to follow...
npm install angularjs-simpleOnce done, move angularjs-simple folder from the node_modules directory and treat it as your project's root directory.
You can rename 'angularjs-simple' to your project name as this is your project root folder
Then cd into this directory and,
Install Grunt-cli Components
npm install grunt-cli -gInstall node modules
npm install Install bower modules
bower install Run grunt task
grunt That's it!