An open API service indexing awesome lists of open source software.

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

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 && napa

Generates inital external `dist/main-libs.js`, application `dist/main.js`, css `dist/main.css` files for development

grunt browserify:libs && grunt browserify:app && grunt sass

Running apps in root directory

nf start