Skip to content

mathhetru/P14_HRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

P14 - HRNet Project

Le projet 14 de la formation Openclassrooms Développeur Front-end "Faites passer une librairie jQuery vers React"

14th project of Front-end Web Developper training by OpenClassrooms "Switch a jQuery library to React"

This codebase contains the code needed to run the frontend for HRNet. Find the reusable modal component built for this project : GitHub simple-math-modal npm package simple-math-modal

Getting Started

Prerequisites

HRNet uses the following tech stack:

Please make sure you have the right versions and download both packages. You can verify this by using the following commands in your terminal:

Check Node.js version

node --version

Frontend

Instructions

  1. Clone the repo onto your computer
  2. Open a terminal window in the cloned project
  3. Run the following commands:

Go to the repository

cd HRNet-project/

Install dependencies

npm install

Start local dev server

npm run dev

Your front server should now be running at https://localhost:5173/!