Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 631 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 631 Bytes

React + TypeScript + Vite

This project is bootstraped using vite and react , Before running this project, nodejs mus be installed on the device

To run the project locally on your device download the repositpry using

Navigate into the repositry which is also the base of the repossitory,

While inside the repositroy, install dependencies using

npm install

After all dependency has been installed , run the application on your development server using

npm run dev

open a broswer and navigate to http://localhost:5173 to view the development server