-
โก๏ธ React 19, TailwindCSS, and Vite
-
๐ I18n ready โ includes internationalization
-
๐ Layout System โ with multiple layout support
-
๐ฎ State Management via Redux โ with hooks and logging for development
-
๐ Routing via
react-routerโ with lazy loading for improved performance -
โ Error handling with
error-boundaryโ can also be used for logging to third-party services -
๐จ DaisyUI and react-daisyui โ the most popular Tailwind CSS component library
-
๐ฒ Theme System โ with default
light,dark, andauto detectmode -
๐ Absolute import โ Import folders and files using the
@prefix -
๐ค Transmart โ translate your i18n language files with AI
-
๐ Commitlint โ Lint commit messages
-
๐ ESLint โ Pluggable JavaScript linter
-
๐ Prettier โ Opinionated Code Formatter
-
๐ฆพ Strongly Typed: written in TypeScript
-
react-swc- speed up your dev server with SWC -
svgr- transform SVGs into React components -
checker- provide checks of TypeScript, ESLint, Stylelint and more -
visualizer- visualize and analyze your bundle to see which modules are taking up space. -
basic-ssl- basic https in dev mode using an automatically generated self-signed certificate
When you use this template, follow the checklist to update your info properly
- Create a
.envfile from.env.example - Change the favicon in
public - Clean up
README.md
- Add unit test via
vitest
npm installRun and visit http://localhost:5173
npm run start:devTo build the App, run
npm run buildTo preview the App, run
npm run previewnpm testMIT License ยฉ 2022 Webtre Technologies