Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 497 Bytes

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