https://github.com/lp1dev/angular-template
AngularJS WebApp Template
https://github.com/lp1dev/angular-template
Last synced: 7 months ago
JSON representation
AngularJS WebApp Template
- Host: GitHub
- URL: https://github.com/lp1dev/angular-template
- Owner: lp1dev
- Created: 2016-10-11T11:07:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T11:28:14.000Z (about 9 years ago)
- Last Synced: 2025-03-29T15:42:11.359Z (11 months ago)
- Language: JavaScript
- Homepage: http://lp1.eu
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#AngularJS Template project
## Requirements
- nodeJS
- npm
## Setup
```npm install``` OR ```npm install -g ``` to install the node packages globally.
## Gulp
Gulp is used to manage the different tasks of the project. The main tasks are :
- gulp bower : To use bower to install the required libs of the project
- gulp run : To run the SCSS watcher and the HTTP server
- gulp http : To run the HTTP server only
- gulp watch : To run the watcher only
- gulp build : To build the ./src sources into ./build
- gulp standard : To check the code syntax with standard (https://github.com/feross/standard)
[](http://standardjs.com/)