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