Skip to content

timmychan97/react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Workshop by Knowit

This project was bootstrapped with Create React App. You can find the most recent version of this guide here.

Setup

Editor

For this workshop we recommend Visual studio code but you can use whetever you want.

Requirements

  • Node >= 8
  • Npm >= 6

Get latest nodejs here, npm will be installed with nodejs.

Check nodejs version

$ node -v
v10.X.X
$ npm -v
v6.X.X

Install

$ git clone https://github.com/knowit/react-workshop
$ cd react-workshop
$ npm install

Start

$ npm start

Tasks

Open tasks.md and begin your <React /> journey!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • CSS 21.4%
  • HTML 14.2%