Skip to content

SmartDogHouse/SmartDogHouse-WebApp

Repository files navigation

SmartDogHouse-WebApp

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.

Install all dependencies

Use NPM to download all dependencies

npm install

To lauch the local vueJS instance use:

npm run serve

Tests

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

License

This project is under a License - see the LICENSE file for details