https://github.com/ismaail/angular-2-demo
https://github.com/ismaail/angular-2-demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaail/angular-2-demo
- Owner: ismaail
- Created: 2016-02-21T16:27:12.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T18:26:30.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:26:41.626Z (about 2 years ago)
- Language: TypeScript
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular 2 - Demo App
====================
Assest & Resources
---
```
npm install
```
```
bower install
```
Compile typescript file and run the server
---
```
npm start
```
Run data server
---
```
npm run server
```
View in the Browser at [http://localhost:4200](http://localhost:4200)