This template provides a setup to get Hono working in Vite with OpenAPI and TypeScript.
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 |
The following commands are available:
This command will install Node.js dependencies.
just iThis command will upgrade Node.js dependencies.
just upThis command will format the code.
just fmtThis command will lint the code.
just lintThis command will do formatting and linting.
just checkThis command will start the development server in HTTPS mode.
just devThis command will start the development server in HTTP mode.
just httpThis command will build the code and start the production server.
just build
just startThis command will clean the unnecessary files.
just cleanThis command will clean all unnecessary files including the node_modules directory.
just clean-all