Skip to content

Upendra672/upendrablog-React

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

To start the server use this command:

npx json-server --watch data/db.json --port 8000

To Start the client use this command:

npm run dev