Skip to content

maxgfr/typescript-react-lib-swc

Repository files navigation

typescript-react-lib-swc

A simple react boilerplate made in typescript using swc.

Clone repository and install dependencies

git clone https://github.com/maxgfr/typescript-react-lib-swc # For cloning the repository
cd typescript-react-lib-swc # To navigate to the repository root
yarn # Install dependencies

Building the code

yarn build # For building the code with typechecking
yarn build:swc # For building without typechecking

⚠️ No typechecking made in dev mode

Testing the code

yarn test # For running unit test
yarn test:watch # For watching unit test