Very Fast React Boilerplate
Getting started
- Gets the git project. (Auto run installation)
npx react-vite-ts-boilerplate my-app
- Inicie el servidor de desarrollo. Y abra http://localhost:3000 en su navegador.
yarn dev
- Construya su producto.
yarn prodDependencias
- React
- Vite
- Typescript
- eslint
- Prettier
Rendimiento
- servidor de desarrollo rápido
$ yarn dev
yarn run v1.22.17
$ vite
16:58:10
vite v2.8.6 dev server running at: > Local: http://localhost:3000/ 16:58:10
> Network: use --host to expose 16:58:10
16:58:10
ready in 776ms.
- velocidad de construcción rápida
$ yarn prod
yarn run v1.22.17
$ vite build
vite v2.8.6 building for production... 21:57:44
✓ 37 modules transformed. 21:57:45
dist/public/index.html 0.55 KiB 21:57:45
dist/assets/index.f377a083.js 2.09 KiB / gzip: 1.13 KiB 21:57:45
dist/assets/vendor.5ad169fc.js 136.42 KiB / gzip: 44.42 KiB 21:57:45
✨ Done in 2.22s.
- Comprobación de tipos por vite-plugin-checker