https://github.com/j1n6/angular-boot
Opinionated Angular.js project bootstrapping
https://github.com/j1n6/angular-boot
Last synced: 3 months ago
JSON representation
Opinionated Angular.js project bootstrapping
- Host: GitHub
- URL: https://github.com/j1n6/angular-boot
- Owner: j1n6
- Created: 2014-04-29T12:21:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-02T00:11:46.000Z (about 11 years ago)
- Last Synced: 2025-01-31T23:24:30.496Z (4 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## angular-boot
Pure opinionated angular project boostrapping example:
* CommonJS in love with Angular.js
* CommonJS to manage Angular modules by Browserify
* Example structure of apps for large scale applicaiton
* Test with mocha & karma
* Styling with SASS
* Continuously building Javascript and SASS with grunt watch in development environment
* Configure Gruntfile.js to manage your own Javascript dependencies##### Global dependencies
npm install -g grunt-cli napa browserify node-static foreman karma-cli#### Install app specific dependencies
npm install && napaGenerates inital external `dist/main-libs.js`, application `dist/main.js`, css `dist/main.css` files for development
grunt browserify:libs && grunt browserify:app && grunt sassRunning apps in root directory
nf start