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

Latest commit

 

History

History
97 lines (55 loc) · 2.67 KB

File metadata and controls

97 lines (55 loc) · 2.67 KB

Features (included)

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