Skip to content

Repository files navigation

Vite + Hono + OpenAPI + TypeScript

This template provides a setup to get Hono working in Vite with OpenAPI and TypeScript.

Dependencies

Please install the following dependencies:

Dependencies Description
Node.js JavaScript runtime
pnpm Package manager for Node.js
just Command runner
ls-lint Linting tool for directories and files
typos-cli Spell checker

Commands

The following commands are available:

Installing

This command will install Node.js dependencies.

just i

Upgrading

This command will upgrade Node.js dependencies.

just up

Formatting

This command will format the code.

just fmt

Linting

This command will lint the code.

just lint

Checking

This command will do formatting and linting.

just check

Development (HTTPS)

This command will start the development server in HTTPS mode.

just dev

Development (HTTP)

This command will start the development server in HTTP mode.

just http

Production

This command will build the code and start the production server.

just build
just start

Cleaning

This command will clean the unnecessary files.

just clean

This command will clean all unnecessary files including the node_modules directory.

just clean-all

Used by

Contributors

Languages