https://github.com/patrickjs/frontendmasters-2015-02-13-react
React.js Workshop with Ryan Florence
https://github.com/patrickjs/frontendmasters-2015-02-13-react
Last synced: 8 months ago
JSON representation
React.js Workshop with Ryan Florence
- Host: GitHub
- URL: https://github.com/patrickjs/frontendmasters-2015-02-13-react
- Owner: PatrickJS
- Created: 2015-02-15T09:28:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T09:42:40.000Z (almost 11 years ago)
- Last Synced: 2025-05-08T22:41:57.616Z (8 months ago)
- Language: JavaScript
- Homepage: https://frontendmasters.com
- Size: 205 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React.js Workshop with Ryan Florence
====================================
You will need
```
git clone https://github.com/FrontendMasters/2015-02-13-React.git
cd 2015-02-13-React
npm install
npm start
```
Then visit http://localhost:8080.
This runs the webpack dev server, any changes you make to javascript
files in `excercises` will cause the browser to reload live.