New floorplan for lanets.ca
Make sure you have docker, docker-compose and Make installed on your machine.
To build the Floorplan API and client, run:
$ make
To start the Floorplan API, run:
$ make run-floorplanets
The API should start listening for requests at localhost:8080.
To start the Floorplan client in dev mode, run:
$ make reactapp
The application should be running at localhost:3000. Dev mode runs the application with a watcher, reloading the app on source code change.
To run the tests, run:
$ make test