/costume-contest-front

Voting app for costume contest

Primary LanguageVue

VueJs frontend for Costume Contest app

Technologies:

Project setup

npm install

Create the .env.local file and set the backend URL:

VUE_APP_API_URL=http://localhost:9000/api/

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build