Skip to content

PrathamK78/Hire_Stream

Repository files navigation

Hirestream

This project is an implementation of React with CRUD operations. As this project is a Front-end implementation I've used local api to run this project backend. So, it will not work in the production build (meaning after it is deployed).

Usage

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

Build for Production

npm run build

Preview Production Build

npm run preview

Releases

No releases published

Packages

No packages published