2015-02-13-React
[Course] Code for the 2015 React.js workshop with Ryan Florence
File Explorer
Download Latest Version (.zip)- 10
- app.js
- index.html
- notes.js
- solution.js
- tests.js
- app.js
- index.html
- notes.js
- solution.js
- styles.css
- tests.js
- validateEmail.js
- app.js
- index.html
- notes.js
- solution.js
- styles.css
- app.js
- data.js
- index.html
- notes.js
- solution.js
- styles.css
- styles.js
- ServerActionCreators.js
- ViewActionCreators.js
- App.js
- xhr.js
- ContactsStore.js
- ApiUtil.js
- AppDispatcher.js
- Constants.js
- ServerActionCreators.js
- ViewActionCreators.js
- App.js
- xhr.js
- ContactsStore.js
- ApiUtil.js
- AppDispatcher.js
- Constants.js
- app.js
- index.html
- styles.css
- app.js
- ContactStore.js
- index.html
- solution.js
- styles.css
- todos.js
- todo.js
- router.js
- app-view.js
- todo-view.js
- app.js
- .gitignore
- index.html
- package.json
- readme.md
- app.js
- index.html
- styles.css
- assert.js
- index.html
- shared.css
- .gitignore
- .jshintrc
- flux-diagram-white-background.png
- package.json
- props-v-state.png
- README.md
- Schedule
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/FrontendMasters/2015-02-13-React
Downloads the entire project code from GitHub to your computer.
cd 2015-02-13-React
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
