First of all, install nodejs and yarn on your computer. 🌞
Then:
- Clone the project repository.
- Go to the folder via terminal and run
yarn
. Every dependency will be installed properly. - After the installation, run
yarn start
- That's it!
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
This project was bootstrapped with Create React App.
To learn React, check out the React documentation.