Prototype user interface for the IHR Costing Tool
This app can be run in development mode with Docker.
Build image
make build-image
Start the services
make docker-start
Webapp is at localhost:3000
. Express server is at localhost:9500
. Mongo db can be accessed through port 27017
Stop all services
make docker-end
Install yarn globally.
npm install -g yarn
Install the package dependencies.
yarn
Run in development mode.
yarn start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will see the build errors and lint warnings in the console.
Run the test watcher in interactive mode.
yarn test
Build the app for production.
yarn build