/quiz-app

Primary LanguageTypeScript

quiz-app

A simple Vue app that collects and presents quizzes for the user to answer.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests

npm run test:unit

Run End-to-End Tests

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing