A simple template for begin shortly a project with Angular, Sass and LiveReload preconfigured.
0.1.0
This is project is a simple template for begin shortly a project with:
- Bower
- Angular
- SASS
-
Download repository.
-
Install dependencies:
$ npm install && bower install
Maybe you'll need to run npm install grunt-contrib-watch to get the last version of grunt-contrib-watch package. More info
-
Run your project with:
$ grunt
-
Welcome page should be opened automatically in your default browser at localhost:9000.
Installing dependencies with bower you'll download:
- Angular
- Angular ui-router
Project structure:
.
├── scss
├── public
│ ├── css
│ ├── js
│ └── index.html
├── .gitignore
├── .jshintrc
├── Gruntfile.js
├── package.json
├── README.md