https://ncn-ends.github.io/ncn-utils/
Storybook to develop components in isolationjest for unit testsreact-hooks-testing-library to test custom hooksswc for the compiler because it's faster than babel and the default jest compilerTypedoc to generate documentation, but looking for better optionshusky for git hooks<FluidIncrementingNumber />Install dependencies at project root
npm install
Set up husky hooks
npm run prepare
Initialize MSW
npm run msw:build
Start Storybook server
npm run storybook:run
Run tests
npm run test
Generated using TypeDoc