https://github.com/artlu99/y0bcaster-artlu-xyz
https://github.com/artlu99/y0bcaster-artlu-xyz
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artlu99/y0bcaster-artlu-xyz
- Owner: artlu99
- License: mit
- Created: 2024-07-23T21:07:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T16:06:54.000Z (4 months ago)
- Last Synced: 2025-02-06T16:29:32.729Z (4 months ago)
- Language: TypeScript
- Homepage: https://y0bcaster.artlu.xyz
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Frontend code template in `preact`
This template is to be used for frontend applications.
## Features
- State management with `zustand`
- Around 13.53kb after brotli compression (this includes **everything**) 😱
- `preact` under the hood with `preact/compat` makes it compatible with virtually any `react` library but still makes it faster
- Full TypeScript support — no dangling types
- `vite` packager and devtools make building and development lightning fast
- `tailwind-css` built-in with 'daisyui'
- GitHub Actions that lint and check the code on pull requests
- `biome` Rust-based replacement for `prettier` and `eslint`, format and lint your code instantaneously
- List of recommended extensions for VSCode
- It is important to keep the bundle small, so a `stats.html` file is generated on `yarn build` to visually show you the bundle size## Local launch
1. Install dependencies with `yarn`
2. Run the server with `yarn start`