0.0.0 • Published 3 years ago
create-react-ts-starter v0.0.0
What it contains
- ReactJS support with TypeScript
- Testing support using Jest and React Testing Library
- Formatting support using Prettier
- ESLint support
- Ability to collect code coverage via Jest
- Support for Storybook
Commands
npm ito install dependencies.npm startto develop locally.npm testto test and see the code coverage.npm run buildto create a production build.npx serve dist -l 6666to serve production build on port6666.npm run storybookto start storybook in development mode.npm run build-storybookto create production build for storybook.npx serve storybook-static -l 5858to serve production build for storybook on port5858.