Skip to content

magicink/japanese-verb-conjugation-quiz

Repository files navigation

Japanese Conjugation Quiz (Vite + Bun)

This project is a Japanese verb conjugation quiz, now powered by Vite and Bun.

Setup

  1. Install Bun if you haven't already.
  2. Install dependencies:
    bun install

Development

To start the development server, run:

bun run dev

This will start a development server on http://localhost:5173. Open this URL in your browser to see the application. The server will automatically reload when you make changes to the code.

Building for Production

To build the project for production, run:

bun run build

This will create a dist directory with the optimized production build. You can preview the production build with bun run preview.

Note: The public directory is no longer needed and can be deleted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published