Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 451 Bytes

readme.md

File metadata and controls

18 lines (9 loc) · 451 Bytes

bustabit-client

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

Installation

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