Refer to the the general README for setup instructions.
npm run serve
npm run build
This command creates a build for every customer specific setup and copies them into individual directories inside the generated /dist
folder. The default build resides in the the dist/default
folder.
After compile, pick any build folder and serve index.html
and its associated static resources.
You can run Testcafe E2E tests from the command line. Assuming you have Chrome browser installed, and your app runs on localhost:8083:
(from app/)
node_modules/.bin/testcafe chrome tests/*.js --baseurl http://localhost:8083
Tests can also be run in headless mode, if your browser supports it:
(from app/)
node_modules/.bin/testcafe chrome:headless tests/*.js --baseurl http://localhost:8083
See the configuration section for details on configuration.
orgviewer uses a combination of the OS2MO REST API and GraphQL as a backend.