react-swc-script
v1.1.37
Published
Faster than cra, less bug than vite
Downloads
20
Readme
SWC powered bundle tool for react app
Faster than cra, less bug than vite
Installation
yarn add react-swc-script
OR Npm
npm install react-swc-script
OR Use with npx, no need to install
npx react-swc-script [command]
Usage
Start development server
yarn react-swc-script dev
Build production
yarn react-swc-script build