This is a template for a Create React App with additional tools.
It uses the following tools/libraries:
This project uses different deployments to make code reviews easier:
- Vercel (App Production)
- Vercel (App Preview)
Please follow this guide: https://vercel.com/docs/concepts/git
Run the development server:
npm run startRun storybook:
npm run storybookWe jest to write unit tests. Please look at the Documentation for Jest and testing-library.
Run the development server:
npm run devBuild:
npm run buildRun storybook:
npm run storybookBuild storybook:
npm run storybook:buildRun all tests:
npm run testRun stylelint
npm run stylelintRun eslint
npm run eslintRun all linters
npm run lint