Skip to content

atifchughtai/pure-react-lessons-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure React Lessons Code

This repo contains the code for all 6 modules of the Pure React self-paced workshop.

There is "before" and "after" code here for each of the lessons, broken out into folders.

For Module 1 (Modern JS Essentials), you can open the index.html file in a browser or install Parcel (npm i -g parcel) and run the examples with parcel index.html (visit localhost:1234 to view the page).

The other modules are React apps (made with Create React App). To run them, install the packages with yarn (or npm install) and then run yarn start (or npm start).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.1%
  • HTML 9.2%
  • CSS 8.7%