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

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

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!"**