Skip to content

belide/react-training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React.js Training

This repo contains the course material for https://reactjs-training.com/

Before the training make sure you can run this repository.

  1. Have git installed (http://git-scm.com/downloads)
  2. Have node and npm installed (https://nodejs.org/)
  3. Clone this repository git clone https://github.com/ReactTraining/react-training.git
  4. Change directory into it cd react-training
  5. Install dependencies npm install
  6. Start the server npm start
  7. Open your browser to http://localhost:8080, you should see a list of subjects.

Run npm install && npm start and then open http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • HTML 2.6%
  • CSS 0.7%