Skip to content

lp1dev/angular-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

AngularJS WebApp Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published