Welcome to HRnet! This is our company's internal application to create and view employee records.
git clone https://github.com/pcourant/PierreCourant_14_14112022.git hrnet
cd hrnet
pnpm installThen,
pnpm devor
pnpm build && pnpm previewFinally, open a tab on your local browser to the URL given by Vite, usually : http://localhost:5173/PierreCourant_14_14112022/
Before testing performance you'll need to deactivate the mocking server.
In,
/src/main.tsxChange :
if (import.meta.env.MODE === 'production')
import('./MockServer').then((MockServer) => MockServer.default());To
//if (import.meta.env.MODE === 'production')
// import('./MockServer').then((MockServer) => MockServer.default());And rebuild it:
pnpm build && pnpm previewFinally, open a tab on your local browser to the URL given by Vite, usually : http://localhost:4173/PierreCourant_14_14112022/
Pierre COURANT