Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T16:49:09.000Z (about 4 years ago)
- Last Synced: 2023-03-07T05:17:48.013Z (over 1 year ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- 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`