/verify

Primary LanguageTypeScript

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
    • For check, write node -v
  • Next, you need to install dependencies
    • Write in the console: npm i
  • After installing the dependencies, write
    • npm start or npm run start