Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 594 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 594 Bytes

Another Angular Starter

This repo is an Angular starter including unsemantic CSS framework and working with Gulp

How to install

To install the project, just clone it in a new folder

cd www
git clone https://github.com/TheoKleman/angular-starter.git

Run npm install

npm install

Run bower install

bower install

Then start the gulp default task

gulp

Production

There is another gulp task which is made to create a /prod folder with all the files optimized and ready to be deployed with a FTP client

gulp prod