zafar-saleem / ng-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

ng-boilerplate is for Angularjs apps from scratch. It requires Grunt that needs to be installed and requires, but not must, some basic knowledge of Grunt. If you don't know Grunt then please read about it here. Similarly, it also needs some bower knowledge as it is used as dependency management tool. Please read about bower here. Install both of these tools before continuing.

Usage

  1. Clone this repository.
  2. Run npm install command to download and install all Grunt dependencies.
  3. Run bower install to download all project dependencies such as Angularjs.

Once application is completed then run following command to build your application for production.

  1. Grunt

The built version will be in new directory called /dist in root directory.

About


Languages

Language:JavaScript 100.0%