https://github.com/gsans/fullstack-ng2-workshop
Based on angular2-webpack-starter (webpack + TypeScript)
https://github.com/gsans/fullstack-ng2-workshop
Last synced: 7 months ago
JSON representation
Based on angular2-webpack-starter (webpack + TypeScript)
- Host: GitHub
- URL: https://github.com/gsans/fullstack-ng2-workshop
- Owner: gsans
- License: mit
- Created: 2016-07-13T11:47:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T12:14:31.000Z (about 9 years ago)
- Last Synced: 2025-01-26T17:32:27.944Z (8 months ago)
- Language: TypeScript
- Size: 712 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#FullStack 2016 | Workshop - Introduction to Angular 2
[Instructions and Setup](http://bit.ly/fullstack-ng2-doc)
> Based on https://github.com/angular-class/angular2-webpack-starter.
```
ngconf-codelab/
├──src/
| ├──main.browser.ts * entry file
│ │
| ├──index.html * index page
│ │
│ │
│ └──app/ * basic application to explore Angular 2 features.
```# License
[MIT](/LICENSE)