0.44.0 • Published 9 years ago

angular2-bootstrap-starter v0.44.0

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Angular2 bootstrap starter

Starting project locally

You will need globally installed typescript and webpack, webpack-dev-server for webpack sample.

# installing global dependencies
npm i -g typescript webpack webpack-dev-server
# installing local dependencies
npm install
# starting project
npm start
# now you can open http://localhost:3000/

Webpack demo

Start webpack demo and then open http://localhost:3000/

npm start

Happy hacking!