Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 843 Bytes

File metadata and controls

55 lines (36 loc) · 843 Bytes

React Jobs Project (Job Editor)

This is the jobs listing project from the YouTube crash course by Brad Traversy. However, it only works on localhost, so the user should download the file or clone it then use it.

Usage

This project uses JSON-Server for a mock backend.

Install Dependencies

npm i react-router-dom
npm i react-icons
npm i react-toastify
npm i react-spinners

Run JSON Server

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

npm run server

Run Vite Frontend

React will run on http://localhost:5173

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview