Skip to content

Patrice-H/hrnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

HRnet

This is project #14 of the OpenClassrooms "Front End Developer" cursus. The aim of the project is to redesign an app to reduce technical debt in a React application

Installation

  • Fork this very repository here
  • Clone it on your computer.
  • Use npm to install the dependencies.
#npm
npm install
  • Use npm to start the development server
#npm
npm start