https://github.com/neo-hack/vite-template
Vite + React
https://github.com/neo-hack/vite-template
Last synced: over 1 year ago
JSON representation
Vite + React
- Host: GitHub
- URL: https://github.com/neo-hack/vite-template
- Owner: neo-hack
- Created: 2022-01-14T02:59:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T04:01:49.000Z (about 3 years ago)
- Last Synced: 2025-03-05T03:48:58.970Z (over 1 year ago)
- Language: TypeScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

[](https://github.com/neo-hack/vite-template/tree/master) [](https://github.com/neo-hack/vite-template/tree/master) [](https://stackblitz.com/github/neo-hack/vite-template/tree/master)
[Edit on StackBlitz ⚡️](https://stackblitz.com/github/neo-hack/vite-template/tree/master)
## features
- 💞 Play with `stitches` and `tailwindcss`
- 🗄️ Filed based route system with [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages)
- 📑 Use `document.tsx` as html template with [vite-plugin-document](https://github.com/JiangWeixian/vite-plugin-document)
- 🔍 Inspect states of plugin with [vite-plugin-inspect](https://github.com/antfu/vite-plugin-inspect), enable via `process.env.VITE_INSPECT`. e.g. `VITE_INSPECT=true pnpm run dev`
- 🎨 Use icon with [css.gg](https://css.gg) via [tailwind-cssgg](https://github.com/JiangWeixian/tailwind-cssgg). e.g. ``
- 🥫 Process `.svg` with [svg-rust/svgrs-plugin](https://github.com/svg-rust/svgrs-plugin)
## development
- **Setup** - `pnpm i`
- **Build** - `pnpm build`
#
*built with ❤️ by 😼*