Installation - Patrice-H/PatriceHochard_12_30052022 Wiki
Installation
This project work with an API
1. Install the API
- Fork the repository here
- Clone it on your computer.
- Use yarn or npm to install the dependencies.
#yarn
yarn
#npm
npm install
- Use yarn or npm to run the micro API
#yarn
yarn dev
#npm
npm run dev
- Open http://localhost:3000 to view it in the browser.
2. Install the application
- Fork this very repository here
- Clone it on your computer.
- Use yarn or npm to install the dependencies.
#yarn
yarn
#npm
npm install
- Use yarn or npm to start the development server
#yarn
yarn start
#npm
npm start
- Open http://localhost:3001 to view it in the browser.