A workshop created with React.
First things first, let's make sure you have Node.js installed.
Install the one that's labeled with "Current" and "Latest Features".
At the time of writing this, the 20.7.0 is current.
Clone the repository. At the main page of the Code tab, click on the green button labelled "Clone". From the drop down menu, select "Download Zip"
Be sure to install the dependencies first! Run the following command:
npm i
Now you're ready to launch the web app. Run the following command:
npm run dev