- be sure node.js is installed
- go to the project root folder
- run "npm i" in command line
- Firs option (Apache) place the app on host, configure you virtual host run content from public folder.
- Second option (Node.js) Run "node server.js" Or "npm start", the app will be available on localhost:3000