Code examples for the "React Basics" module
This repository contains the code for exercises, solutions and examples inside the React Basics Module.
You can browse the code here on GitHub. To run the code you can download a zip or clone the repository. Downloading is simpler.
Take the following steps:
- Download a zip file.
- Unzip the file.
- Inside the new directory run
npm install
thennpm run dev
- Open the URL Vite shows you.
Take the following steps:
- Clone the repository using
git clone
- Navigate to the directory that has the code you want to run
- Inside that directory run
npm install
thennpm run dev
- Open the URL Vite shows you.