react-swc-loader-template
react-swc-loader-template copied to clipboard
A react starter template using swc-loader with Typescript support π
A react starter template using swc-loader with Typescript support π
What to expect
-
Fast build time cos of swc "...a super-fast js/ts compiler written in Rustπ¦"
-
Typescript support - Oh from swc too
-
.swcrc for configuring swc - think babelrc
-
No babel of course
How to use
-
npx degit https://github.com/iykekings/react-swc-loader-template.git -
npm i -
Start dev server:
npm start -
build:
npm run build