Skip to content

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 696 Bytes

README.md

File metadata and controls

executable file
·
10 lines (9 loc) · 696 Bytes

QuizApp

A web-based flashcard-style quiz application used for testing informatics and machine learning concepts

Deployment

In order to allow for JSON resource uploads, the page must be deployed to a server, or you will run into CORS errors. Instructions for a simple server implementation are included below

  1. make sure you have nodeJS installed. You can find it here
  2. Install the http-server package npm install -g http-server
  3. Navigate to the directory that contains the index.html file cd /path/to/directory
  4. Start the server http-server
  5. View your webpage in your browser by navigating to http://localhost:8080