https://github.com/500tech/react-course-old
500Tech ReactJS Course
https://github.com/500tech/react-course-old
Last synced: 5 months ago
JSON representation
500Tech ReactJS Course
- Host: GitHub
- URL: https://github.com/500tech/react-course-old
- Owner: 500tech
- Created: 2016-12-22T10:31:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T15:17:36.000Z (about 9 years ago)
- Last Synced: 2025-04-30T10:33:29.394Z (about 1 year ago)
- Language: CSS
- Size: 43 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
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:8000](http://localhost:8000).
You should see **"Hello!"**