https://github.com/iykekings/react-swc-loader-template
A react starter template using swc-loader with Typescript support π
https://github.com/iykekings/react-swc-loader-template
Last synced: 18 days ago
JSON representation
A react starter template using swc-loader with Typescript support π
- Host: GitHub
- URL: https://github.com/iykekings/react-swc-loader-template
- Owner: iykekings
- Created: 2020-08-26T14:06:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T16:49:09.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T13:50:11.505Z (about 2 months ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## A react starter template using swc-loader with Typescript support π
### What to expect
- Fast build time cos of [swc](https://github.com/swc-project/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`