This repo is an Angular starter including unsemantic CSS framework and working with Gulp
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
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