crypt096 / react-crash-course-2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Jobs Project

This is the jobs listing project.

Usage

This project uses JSON-Server for a mock backend.

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

About


Languages

Language:JavaScript 98.7%Language:HTML 1.1%Language:CSS 0.2%