https://github.com/sumitarora/angular2-practice
Angular 2 samples created while learning angular2 based on Angular2 Webpack Starter by AngularClass
https://github.com/sumitarora/angular2-practice
Last synced: over 1 year ago
JSON representation
Angular 2 samples created while learning angular2 based on Angular2 Webpack Starter by AngularClass
- Host: GitHub
- URL: https://github.com/sumitarora/angular2-practice
- Owner: sumitarora
- License: mit
- Created: 2015-12-22T00:08:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T13:45:17.000Z (over 10 years ago)
- Last Synced: 2025-01-14T03:16:13.808Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular2 Practice Samples
Angular 2 samples created while learning angular2 based on [Angular2 Webpack Starter](https://github.com/AngularClass/angular2-webpack-starter) by [AngularClass](https://angularclass.com)
### Quick start
```bash
# clone our repo
git clone https://github.com/sumitarora/angular2-practice.git
# change directory to our repo
cd angular2-practice
# install the repo with npm
npm install
# install typescript typings
typings install
# start the server
npm start
```
go to [http://localhost:3000](http://localhost:3000) in your browser
# License
[MIT](/LICENSE)