Open frontend/
and server/
in separate IDE's to avoid IDE errors.
To start project open first terminal window and write:
cd server
npm run start
Open second terminal window and write:
cd frontend
npm run serve
Go to http://localhost:8080/
and have fun