The complete React & Redux Course by 500Tech. 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.
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 - VS Code - Atom
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').