500Tech - React & Redux Course
About
The complete React & Redux course by 500Tech
More about the course: http://react.courses.500tech.com/
Installation instructions
NodeJS
- Installing node - https://nodejs.org/en/
Git
- Windows - https://git-scm.com/download/win
- Mac - Already installed
- Linux - Already installed
Code Editor
- VS Code - https://code.visualstudio.com/
- Atom - https://atom.io/
- WebStorm - https://www.jetbrains.com/webstorm/
Base project
git clone git@github.com:500tech/react-course.git
cd react-course
npm install
npm start
Open chrome and go to: http://localhost:8000. You should see "Hello!"