Skip to content

Application where you can solve quizzes and manage your own!

Notifications You must be signed in to change notification settings

jknezevic1712/quiz_maker

Repository files navigation

Quiz Maker

Application where you can solve quizzes and manage your own!

How to run

Production

  1. npm ci
  2. npm run build
  3. npm run start

Development

  1. npm ci
  2. npm run dev