https://github.com/romagny13/ang2webpack
Angular 2 startup project with webpack
https://github.com/romagny13/ang2webpack
angular2 starter webpack
Last synced: 3 months ago
JSON representation
Angular 2 startup project with webpack
- Host: GitHub
- URL: https://github.com/romagny13/ang2webpack
- Owner: romagny13
- License: mit
- Created: 2016-12-26T21:36:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-26T21:49:33.000Z (over 9 years ago)
- Last Synced: 2025-01-29T00:52:38.477Z (over 1 year ago)
- Topics: angular2, starter, webpack
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 2 with Webpack
Angular 2 startup project with Webpack
```
npm install
npm start
```
Go "http://localhost:8080/"
Tests with Karma and PhantomJS
```
npm test
```