Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

Preparing for work

  1. Make sure that the LTS version of Node.js is installed on the computer. Download and install if necessary.
  2. Install the project's basic dependencies using the npm install command.
  3. Start the development mode, execute the npm start command.
  4. Go to http://localhost:3000 in the browser. This page will automatically reload after saving the changes project files.