MatrixPepe

  1. To start project node.js should be installed on your system You can check it using this command in console
node -v

If node.js not installed you need to install it from https://nodejs.org/en/download/

  1. In the project folder run next command
npm install
  1. When it`s done run
npm run start

After that you can see project on page localhost:9000 in your web browser