NodeJS in required for this, download it here
Just run:
npm run install-all
or install dependencies separatly by running
npm i && cd client && npm i
in the root directory.
Run npm run dev to launch the client dev server and the local server. The client lives at port 8080, while the servrer is on port 3000. The requests from the frontend are proxied to the backend. Configurations can be modified in:
webpack.config.js