This project was bootstrapped with Create React App.
- Start the console in this project folder
- You need node version: 17.3
- For check, write
node -v
- For check, write
- Next, you need to install dependencies
- Write in the console:
npm i
- Write in the console:
- After installing the dependencies, write
npm start
ornpm run start