Make sure that the LTS version of Node.js is installed on the computer. Download and install if necessary.
Clone this repository.
Open the project in VSCode.
Install project dependencies in the terminal with the npm install
command.
Start the development mode, executed the npm start
command.
Go to the browser at the address http://localhost:1234. This page will automatically reload after saving the changes project files.