Featuresome template to provides a additional setup to get TS-React working in Vite with HMR and handful of strict ESLint rules, I want to add to work with properly in my side projects.
Features:
- Tailwind CSS integration
- Fontsource integration
- Custom Theme Hook
- Lucide Icon Library
- Full Dev Setup
- ESLint
- Prettier + Prettier Sort Imports
- Husky + lint-staged
- editorconfig
- 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