Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 646 Bytes

File metadata and controls

15 lines (10 loc) · 646 Bytes

angularJs-simple-application

Install dependencies: npm install -g gulp bower

Clone the repository: git clone git@github.com:surajkumar9131/angularJs-simple-application.git

Run npm install && bower install
Gulp tasks:
$ gulp to build an optimized version of your application in folder dist
$ gulp serve to start BrowserSync server on your source files with live reload
$ gulp serve:dist to start BrowserSync server on your optimized application without live reload

In case you are facing any problem with installing dependencies you can serve directly from index.html in the dist folder.