Skip to content

ude-soco/awt-ss23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🚀 Get Started with React Lecture

Installation Guide 🔨

Step 1: Pre-requisites

Step 2: Clone the repository

  • Clone the reposity by clicking Code button and then Open with GitHub Desktop option

  • Select the location where you want to clone the repository and click Clone button

  • Open the cloned repository in your code editor

Step 3: Install dependencies

  • Switch between branches to see the different versions of the project. Type the following command in the terminal to switch to a branch

    git checkout <branch-name>

    Or use the GitHub Desktop to switch between branches

  • Open the directory using your code editor and open the built-in terminal. Type the following command to install all the dependencies

    npm install
  • Run the following command to start the development server

    npm run dev
  • Open http://localhost:5173 with your browser to see the result.

Releases

No releases published

Packages

No packages published