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
- 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
- Open http://localhost:3000 to view it in the browser.