Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ammoradi/angularjs-boilerplate

a boilerplate for CESA angularJs(1.x) summer workshop
https://github.com/ammoradi/angularjs-boilerplate

angular1 angularjs boilerplate-front-end gulp html5 sass single-page-site ui-router

Last synced: about 1 month ago
JSON representation

a boilerplate for CESA angularJs(1.x) summer workshop

Awesome Lists containing this project

README

        

# *CESA angularJS summer workshop project*

###### Installation :

1) *install nodeJS*
2) *add npm to local variable environment*
3) *install bower globally on your system*
4) *install gulp globally on your system.*

###### Run Project :

1) #### install node task management and server dependencies :
```bash
$ npm install
```

2) #### install bower dependencies :
```bash
$ bower install
```

3) #### run gulp default task by running :
```bash
$ gulp
```