Here are the required libraries and tools you're gonna need to start this project. Node and npm / yarn are also needed.
yarn run start:dev
starts the development server.
Alternatively, you can use docker with a more production-like environment.
docker build -t hackathon .
docker run -p 8080:8080 hackathon
Master branch of this repository contains build version of this web application which is ready to be served.