bustabit-client is a Single Page App (SPA) that uses react in order to be a full client for bustabit. It's built with react, is responsive
Make sure you have a fairly recent version of node.js and npm installed, and use:
npm install
to get all dependencies.
Then uses npm start
to launch it. The setup is based on create-react-app
so you can check there for more information