To build the front-end: yarn run build or npm run build.
To run the server: node server. The site can then be accessed on http://localhost:9000/
(Note: Running npm start will build the front-end and then run the server)
The API can be found in server/app.js.