/angular-boilerplate

Starter made for Angular and working with Gulp

Primary LanguageCSS

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