https://github.com/500tech/react-course
500Tech React Course respository
https://github.com/500tech/react-course
Last synced: 5 months ago
JSON representation
500Tech React Course respository
- Host: GitHub
- URL: https://github.com/500tech/react-course
- Owner: 500tech
- Created: 2017-06-19T12:02:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T12:21:13.000Z (almost 6 years ago)
- Last Synced: 2025-04-30T10:33:29.049Z (about 1 year ago)
- Language: CSS
- Size: 1.53 MB
- Stars: 8
- Watchers: 12
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 500Tech - React & Redux Course
## About
The complete React & Redux course by [500Tech](http://500tech.com)
More about the course: [http://react.courses.500tech.com/](http://react.courses.500tech.com/)
## Installation instructions
### NodeJS
* Installing node - [https://nodejs.org/en/](https://nodejs.org/en/)
### Git
* Windows - [https://git-scm.com/download/win](https://git-scm.com/download/win)
* Mac - Already installed
* Linux - Already installed
### Code Editor
* VS Code - [https://code.visualstudio.com/](https://code.visualstudio.com/)
* Atom - [https://atom.io/](https://atom.io/)
* WebStorm - [https://www.jetbrains.com/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:3000](http://localhost:3000).
You should see **"Hello!"**