The mourgos web client.
Pushes to master are deployed via TravisCI.
- Start the API
Follow the mourgos-api development instructions to start the API and a database instance.
- Start the react server
npm start
This will start a development server which will serve the web app, and proxy API requests to http://localhost:3000.