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

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

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)

[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)