https://github.com/500tech/react-redux-course
React & Redux Course training
https://github.com/500tech/react-redux-course
Last synced: 5 months ago
JSON representation
React & Redux Course training
- Host: GitHub
- URL: https://github.com/500tech/react-redux-course
- Owner: 500tech
- Created: 2017-06-17T13:11:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T12:29:21.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T10:33:29.576Z (about 1 year ago)
- Language: HTML
- Size: 73.2 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**500 Tech** - React & Redux Course
===================================
About
-----
The complete React & Redux Course by [500Tech](http://500tech.com/).
Training and exercises.
For more information visit - http://react.courses.500tech.com/
During the course we will build several applications from scratch and practice the process of converting an existing app to React & Redux.
Installation & Requirements
-------------------------
Make sure that you have **Node** installed - for installing information visit https://nodejs.org/en/.
**Git** is also required and already installed for Mac or Linux users, if you have windows you can find install instructions in the following link - https://git-scm.com/download/win.
You can work with your preferred code editor, but we recommend one of the following -
[WebStorm](https://www.jetbrains.com/webstorm/) - [VS Code](https://code.visualstudio.com/) - [Atom](https://atom.io/)
To start and run the base project run the following commands:
git clone https://github.com/500tech/react-redux-course.git
cd react-redux-course
npm install
npm start
Now the app in available at http://localhost:3000 (you should see 'welcome to react & redux course').