Cheesesth1 / project-capstone-chij

0 stars 0 forks source link

Project 1: Getting started #1

Open Cheesesth1 opened 9 months ago

Cheesesth1 commented 9 months ago

Project Overview

  1. Open terminal in vs code and run the following command to install Vite. npm create vite@latest .

  2. Select the react in framework then typescrict in variant

  3. Install the npm using the following command npm i

  4. Run the server with following command. npm run dev