Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ammoradi/angularjs-boilerplate
- Owner: ammoradi
- License: gpl-3.0
- Created: 2017-08-05T10:40:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T15:59:16.000Z (over 6 years ago)
- Last Synced: 2025-01-08T05:35:48.688Z (about 1 month ago)
- Topics: angular1, angularjs, boilerplate-front-end, gulp, html5, sass, single-page-site, ui-router
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```