1.4.0 • Published 2 years ago

my-sample-react-lib v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

typescript-react-lib-swc

A simple react boilerplate for creating a library of components made in typescript using swc.

It also uses:

  • storybook for viewing a components
  • testing-library for testing components
  • semantic-release for publishing a package for this library components

Clone repository and install dependencies

git clone https://github.com/Cauen/prisma-table-lib # 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

:warning: No typechecking made in dev mode

Testing the code

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

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago