- nodejs v 10 +
- npm
npm install
installs dependenciesnpm run serve
compiles and hot-reloads for developmentnpm run build
compiles and minifies for productionnpm run test:unit
runs testsnpm run lint
lints and fixes files
This app retrieves configuration at runtime from a config.json file from the root of the host serving the app. The app cannot start without it.
This configuration lets the ui know where the web services are. Since this varies from tier to tier, it is not checked into the repo.
You can seed the configuration by copying config.example.json
to public/config.json
. See the main README for instructions on how set the values in the file.