Skip to content

Randy1Burrell/AngularBoilerPlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 20.5%