Skip to content

pcourant/PierreCourant_14_14112022

Repository files navigation

HRnet

vite typescript reactjs reactrouter html css eslint prettier

Welcome to HRnet! This is our company's internal application to create and view employee records.

HRnet Live

Prerequisites:

Installation:

git clone https://github.com/pcourant/PierreCourant_14_14112022.git hrnet
cd hrnet
pnpm install

Then,

pnpm dev

or

pnpm build && pnpm preview

Finally, open a tab on your local browser to the URL given by Vite, usually : http://localhost:5173/PierreCourant_14_14112022/

Performance testing

Before testing performance you'll need to deactivate the mocking server.

In,

/src/main.tsx

Change :

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 preview

Finally, open a tab on your local browser to the URL given by Vite, usually : http://localhost:4173/PierreCourant_14_14112022/

Author

Pierre COURANT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors