Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 288 Bytes

simple-quiz

A simple quiz app in vanilla javascript

testing simple quiz app

clone repo app and run

npm i -g json-server

start server

  npx json-server --watch db/db.json

start app

  npm start