Frontend application for Secure Vote.
- Secure Vote
On config folder change all localhost:8080 with the base URI of Secure Vote.
For example: http://localhost:8080/avatars to http://my-uri/avatars, where my-uri is the base uri of your Secure Vote.
Change http to https, if applied.
Use the package manager npm to install frontend application dependencies.
npm install
Use the package manager npm to start the frontend application in dev mode.
npm dev
Use the package manager npm to build the frontend application before deployment.
npm build