Skip to content

oxy-code/angular2-webpack-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-webpack-seed

The simple scaffolded seed for your angular2 development and the build systems were handled by webpack.

Pre-requisites

Setup and execute commands

  • Run npm install to download all the dependencies and this needs to be done only once.
  • Run npm run serve to start a local development web server. You can now access the application at localhost:3000.
  • Run npm run build to bundle everything into the dist folder for deployment; use npm run build:prod for a production build.

About

Sample Todo App deployed @

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published