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 install
npm run serve
The tests are launched using Cypress, these tests are e2e tests. It can be launched using NPX
npx cypress run
For the interactive version use:
npx vue-cli-service test:e2e
This project is under a License - see the LICENSE file for details