This template is to be used for frontend applications.
- State management with
jotai
- Around 13.53kb after brotli compression (this includes everything) 😱
preact
under the hood withpreact/compat
makes it compatible with virtually anyreact
library but still makes it faster- Full TypeScript support — no dangling types
vite
packager and devtools make building and development lightning fasttailwind-css
built-in with 'daisyui'- GitHub Actions that lint and check the code on pull requests
prettier
andeslint
configured, enabled and formatting your code on save- List of recommended extensions for VSCode
- It is important to keep the bundle small, so a
stats.html
file is generated onyarn build
to visually show you the bundle size
- Install dependencies with
yarn
- Run the server with
yarn start