Platform for users uploading their quizzes, completing them and seeing statistics.
Firstly, install dependencies:
npm installStart a development server:
npm run devRun linter:
npm run lintUse prettier to fix if linter found issues:
prettiew --write .Create a production version of app:
npm run buildTo preview:
npm run preview