Skip to content

React application for a quiz applet.

License

Notifications You must be signed in to change notification settings

rtvu/quiz-applet

Repository files navigation

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.