Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:25:01.000Z (5 months ago)
- Last Synced: 2024-10-01T07:04:45.033Z (3 months 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!