Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

webtretech/restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

286 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Features (included)

  • โšก๏ธ 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, and auto detect mode

  • ๐Ÿ—‚ Absolute import โ€” Import folders and files using the @ prefix

  • ๐Ÿค– Transmart โ€” translate your i18n language files with AI

  • ๐Ÿ˜ƒ Use icons from popular icon packs

  • ๐Ÿš“ Commitlint โ€” Lint commit messages

  • ๐Ÿ“ ESLint โ€” Pluggable JavaScript linter

  • ๐Ÿ’– Prettier โ€” Opinionated Code Formatter

  • ๐Ÿฆพ Strongly Typed: written in TypeScript

Plugins

  • 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

Checklist

When you use this template, follow the checklist to update your info properly

  • Create a .env file from .env.example
  • Change the favicon in public
  • Clean up README.md

Todo

Usage

Installation

npm install

Development

Run and visit http://localhost:5173

npm run start:dev

Build

To build the App, run

npm run build

Preview

To preview the App, run

npm run preview

Test

npm test

License

MIT License ยฉ 2022 Webtre Technologies

Releases

No releases published

Packages

 
 
 

Contributors