Skip to content

ucsc-blueprint/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

UCSC Blueprint React Workshop

Thank you for attending UCSC Blueprint's React workshop. This repo is a collection of the code covered in the workshop.

my-app

This folder contains all the code snippets from the slideshow. To run specific snippets import the respective component into App.jsx and see the outcome. To see the code from the slides navigate to my-app/src.

cookie-clicker

This folder contains a mini cookie clicker. It applies the fundamentals learned in this workshop to create a mini cookie clicker.

Running any folder

  • Change your directory to the respective folder
  • Run npm install followed by npm run dev As the folders in this repo use Vite using npm run dev will allow for live updates compared to the usual method used to start running React apps, npm start.

About

Key files from the React Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors