0.0.0 • Published 1 year ago

create-react-ts-starter v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 i to install dependencies.
  • npm start to develop locally.
  • npm test to test and see the code coverage.
  • npm run build to create a production build.
  • npx serve dist -l 6666 to serve production build on port 6666.
  • npm run storybook to start storybook in development mode.
  • npm run build-storybook to create production build for storybook.
  • npx serve storybook-static -l 5858 to serve production build for storybook on port 5858.
0.0.0

1 year ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago