/webapp-seed

A template for web apps using Browserify, Grunt, Bower, AngularJS, Bootstrap and other goodies

Primary LanguageJavaScriptMIT LicenseMIT

#webapp-seed This is a template for building web applactions. It uses a bunch of handy technologies, such as:

A handy tool for creating favicons Real Favicon Generator

##Building webapp-seed Download and install Node.js

Fetch grunt from the package manager by running:

> npm install -g grunt-cli

Install the dependencies:

> npm install

Then run the following to build:

> grunt

##Running tests Execute all by using the following:

> grunt test