Randy1Burrell / AngularBoilerPlate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularBoilerPlate

Is standard code that would and can be used to create any angular application

Installation

  • Clone this repository
  • Navigate to the cloned repository directory
  • To insall dependencies type
    npm install
    

Usage

To run your application type:

npm start

Your application will be served at localhost at port 3390

OR

To build your application type:

webpack -d && webpack-dev-server --content-base src/ --inline --hot --port [PORT_ADDRESS]

About

License:GNU General Public License v2.0


Languages

Language:JavaScript 79.5%Language:HTML 20.5%