An SSR-ready vite-react starter with vike and my usual friends tailwind and lucide-icons 😙.
Features:
- vike (vite + ssr)
- Uno CSS
- SPA + SSR
- Fontsource
- Lucide Icons
- ES6 Path Aliases (#components, #renderer)
- Github-pages workflow
- React Streaming enabled
- Full Dev Setup
- ESLint
- Prettier + Prettier Sort Imports
- Husky + lint-staged
- editorconfig
Coming soon:
- Client Side Fetching Example
- Server Side Fetching Example
- clone
- run
npm install
in root
Start local dev server:
npm run dev
build production ready copy to dist
folder:
npm run build
to preview production-build locally:
# build before preview
npm run build
# the run preview
npm run preview