https://github.com/jessekoldewijn/hbs-core
A minimal setup of Fastify, Handlebars and TailwindCSS.
https://github.com/jessekoldewijn/hbs-core
fastify handlebars hbs tailwindcss typescript vite
Last synced: 6 months ago
JSON representation
A minimal setup of Fastify, Handlebars and TailwindCSS.
- Host: GitHub
- URL: https://github.com/jessekoldewijn/hbs-core
- Owner: JesseKoldewijn
- Created: 2024-04-17T09:39:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:25:01.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T17:17:25.483Z (about 1 year ago)
- Topics: fastify, handlebars, hbs, tailwindcss, typescript, vite
- Language: CSS
- Homepage: https://fastify-hbs.vercel.app
- Size: 868 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Welcome to hbs-core 👋
> A minimal setup of Fastify, Handlebars and TailwindCSS. Current setup can be ran inside of a environment without a build step (required ability to run Typescript) or with a build step (can only be used to serve a static build output).
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm run dev
```
## Build and serve
```sh
pnpm run build
pnpm run serve
```
## Author
👤 **Jesse Koldewijn**
- Website: https://jereko.dev
- Github: [@JesseKoldewijn](https://github.com/JesseKoldewijn)
## Show your support
Give a ⭐️ if this project helped you!