Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/u1aryz/honox-ssg-tailwind-template
HonoX SSG + Tailwind CSS starter template.
https://github.com/u1aryz/honox-ssg-tailwind-template
biome biomejs degit hono honojs honox ssg tailwind tailwindcss template vite
Last synced: 14 days ago
JSON representation
HonoX SSG + Tailwind CSS starter template.
- Host: GitHub
- URL: https://github.com/u1aryz/honox-ssg-tailwind-template
- Owner: u1aryz
- License: mit
- Created: 2024-07-07T11:47:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T03:48:11.000Z (20 days ago)
- Last Synced: 2024-10-20T11:58:57.958Z (18 days ago)
- Topics: biome, biomejs, degit, hono, honojs, honox, ssg, tailwind, tailwindcss, template, vite
- Language: TypeScript
- Homepage:
- Size: 327 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# honox-ssg-tailwind-template
HonoX SSG + Tailwind CSS starter template.
## Getting Started
```bash
bunx degit u1aryz/honox-ssg-tailwind-template my-app
cd my-app
bun install
```## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|:------------------|:---------------------------------------------|
| `bun run dev` | Starts local dev server at `localhost:5173` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run format` | Format & Lint by Biome |## License
[MIT License](LICENSE)