TheoKleman / angular-boilerplate

Starter made for Angular and working with Gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Starter made for Angular and working with Gulp


Languages

Language:CSS 76.5%Language:JavaScript 16.8%Language:HTML 6.0%Language:ApacheConf 0.8%