Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdombro/preact-template
https://github.com/bdombro/preact-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdombro/preact-template
- Owner: bdombro
- Created: 2023-01-04T17:57:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T18:37:40.000Z (12 months ago)
- Last Synced: 2024-01-04T04:49:14.229Z (12 months ago)
- Language: TypeScript
- Size: 5.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preact Template
The tiny 16kb preact app that could.
- Started with the official Vite React Typescript template
- Swaps React for Preact under the hood via resolve.alias, so small bundle size and totally inter-compatible
- linting and formatting c/o eslint + prettier
- path alias for ~ --> ./src
- Playwright testing
- Storybook previewing
- uses @slimr libraries for slim niceties
- uses polyfills for less importing
- Global Html Tag components that are loaded with chakra-like css props, zx, \_hover,\_active, css and style shorthandsRoadmap: