Skip to content

MelGGit/quiz-app

Repository files navigation

Quiz App Template

Template usage

Don't forget to update the author (and more) in the package.json

Installation

$ git clone <project-url> quiz-app
$ cd quiz-app
$ npm i # install all dependencies
$ npm test # run tests
$ npm start # start development server
$ npm run storybook # start living styleguide server
$ npm run build # build project for deployment