Skip to content

Christophe-Mannebarth/OpenClassrooms-dw_cours-React_projet_shiny-agency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Projet Shiny Agency

by Mannebarth Christophe

Courses based:

https://openclassrooms.com/fr/courses/7150606-creez-une-application-react-complete

https://openclassrooms.com/fr/courses/7150626-utilisez-le-state-manager-redux-pour-gerer-l-etat-de-vos-applications

Frontend by Mannebarth Christophe _10/2022

Backend by OpenClassrooms


Prerequisites:

You will need to have Node https://nodejs.org/en/

And Yarn: https://yarnpkg.com/getting-started/install

Frontend:

Install & Start

Open a terminal in frontend folder then run the following commands

yarn install

yarn start

To note

Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Backend:

Install & Start

Open a terminal in backend folder then run the following commands

yarn install

yarn start

To note

Default port : 8000 (http://localhost:8000)

Enjoy