This starter kit will help you to start with your awesome react application.
Download this project and update the project name and other details.
yarn build
to build your projectyarn build:analyze
to analyze the bundle sizeyarn lint:css
to run the css lintyarn lint:ts
to run the ts lintyarn lint
to run both css & ts lintyarn test
to run tests and type checkyarn test:update
to upgrate snapshotsyarn test:watch
to watch testsyarn type-check
to run tsc to check typesyarn test:jest
to run test onlyyarn watch
to run your project locally
The template is maintained by Kaustav Chakraborty