This is the front-end of the WebApp, hosted on AWS Aplify at: Website.
The WebApp uses VueJS, that runs on nodeJS.
It is possible to run the application in local, the version of nodeJS used is: v4.17.3.
Use NPM to download all dependencies
npm installnpm run serveThe tests are launched using Cypress, these tests are e2e tests. It can be launched using NPX
npx cypress runFor the interactive version use:
npx vue-cli-service test:e2eThis project is under a License - see the LICENSE file for details