https://github.com/johnlindquist/angular2-workshop-resources
Egghead.io - Angular 2 Workshop Resources
https://github.com/johnlindquist/angular2-workshop-resources
Last synced: over 1 year ago
JSON representation
Egghead.io - Angular 2 Workshop Resources
- Host: GitHub
- URL: https://github.com/johnlindquist/angular2-workshop-resources
- Owner: johnlindquist
- Created: 2016-04-30T23:21:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T09:53:07.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T09:56:57.868Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 13.2 MB
- Stars: 6
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egghead.io - Angular 2 Workshop Resources
## Setup
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed
- run `npm install` to install dependencies
- run `npm start` to fire up dev server
- open browser to [`http://localhost:4000`](http://localhost:4000)