Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 πŸ˜‹

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`