Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 281 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 281 Bytes

Sample React + Typescript + Vite application

Install Dependencies

npm install

Run JSON Server

The server will run on http://localhost:8000

npm run server

Run Vite Frontend

React will run on http://localhost:3000

npm run dev