/oscarquiz_app

Primary LanguageVueGNU General Public License v3.0GPL-3.0

Oscar Quiz - SPA

Play with your friends by guessing which movies/actors/directors/etc. will be nominated during the Oscar.

In order to play, you will need to install the back end. You can get it here.

Project setup

npm install

Set your environment variables. You can copy the sample:

cp .env.sample .env

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.