This repository contains the code for the project that I will be building on stage at React Nexus It is a vanilla JavaScript project created using Vite. To get started, simply run yarn dev
The repository has two important branches:
main: This branch contains the final version of the project.
starter: This branch contains a starter project that you can use to get started with your own immersive experiences.
-
Clone the repository to your local machine.
git clone git@github.com:ishandeveloper/react-nexus-donut.git
-
Install the dependencies:
yarn install
-
Start the dev server
yarn dev
The development server will open a browser window at http://localhost:5173. You can make changes to the code and the changes will be reflected in the browser window in real time.