To use this app you need to choose between production and development builds. If you want production -> firstly use command
npm run prod
and then start http-server with
npm run server
If you want development -> use command
npm run dev
Welcome aboard, Captain!