Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 678 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 678 Bytes

angularDemo

Installation :

download project directory from https://github.com/singhmohancs/angularDemo.git

Requirments : 1)NodeJs 2)Grunt 3)Ruby (Used to compass SASS)

Run below commands :

  1. cd /project directory
  2. bower install
  3. npm install

Run Application by running below command :

grunt serve

Create project build command :

grunt build

Above command will create a dist folder. That will be your project build. You can deploy that code on your server. and just hit you server path.

Suppose working directory on apache server is : angulardemo

Application URL : http://localhost/angularDemo

Please write on singhmohancs@gmail.com for any issue.