Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 635 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 635 Bytes

Quiz App

screenshot

Description

A simple quiz app for the UpGrade demo app.

condition design

Setup

  1. Installation of node.js is required.
  2. Setup UpGrade following this guide.
  3. Run the following commands in the Terminal.
git clone https://github.com/CarnegieLearningWeb/quiz-app.git
cd quiz-app
npm install dependencies
npm start
  1. Open your web browser and navigate to http://localhost:8080