Skip to content

muhsin-k/angular-boiler-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-boiler-plate

##Introduction:

This is an boiler plate for angular 1.x projects, which can be used to build single page application.

##Prerequisites.

  • node.js, npm
  • bower
  • grunt

Setup:

1)Cone the project in to your local directory.Then move to that directory from terminal.

2.Intall all node modules

npm install

This will install the all the modules listed in the package.json file

2)Install all bower components

bower install

This will install the all the libraries listed in the bower.json file

3)Run the project

python -m SimpleHTTPServer

The application will run at the port 8000

Build production version:

grunt build

This will create a production ready code in dist folder

About

Boiler plate for starting angular 1.x projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published