Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 919 Bytes

File metadata and controls

17 lines (12 loc) · 919 Bytes

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.