Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 557 Bytes

Quiz Applet

React application for a quiz applet.

Demo

Try out the application: quiz-applet

Getting Started

To run locally:

  1. Install node v20.
  2. Install yarn v4.

To run with Docker CLI:

  1. Run docker/build.
  2. Run docker/launch.

To run with VSCode Dev Containers:

  1. Run docker/build.
  2. In VSCode, run Reopen in Container.

Usage

To start the application:

  1. Run yarn install.
  2. Run yarn run vite.

Now you can visit localhost:5173 from your browser.