Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 548 Bytes

mourgos-web

The mourgos web client.

Build Status

Pushes to master are deployed via TravisCI.

Development

  1. Start the API

Follow the mourgos-api development instructions to start the API and a database instance.

  1. 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.