angular2-bootstrap-starter
v0.44.0
Published
Angular2-bootstrap starter repo
Maintainers
Readme
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 startHappy hacking!
