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