Migration d'un site de management de données d'employés de JQuery vers React - conception et publication de packages NPM.
HRnet uses the following technical stack:
Make sure you have all the packages, as well as their version. You can check this by entering the following commands in your terminal:
# Check the version of Node.js
node --version- Clone this repository (or download a zip file):
git clone https://github.com/MichelD-dev/WealthHealth- Go to the projet root folder
cd WealthHealth- Install the dependencies:
yarn or npm i-
(Optional) Configure the application inside the
.envfile -
Launch the application:
yarn devor
npm run devIf the site is not launched automatically: open the browser at:
http://localhost:5173/
You can sign in with the following credentials, or
sign up with your own:
- Email:
[email protected] - Password:
password123
You can generate documentation in JsDoc format with the command:
npm run docsor
yarn docsTo view it, go to the /docs directory, then open index.html with live
server.
Michel DELAUNAY - [email protected]