An open API service indexing awesome lists of open source software.

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

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').