Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!