1.0.0 • Published 3 years ago

@h2_demo/create-react-ts-starter-h2 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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.
1.0.0

3 years ago