- 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/
- In the project folder run next command
npm install
- When it`s done run
npm run start
After that you can see project on page localhost:9000 in your web browser