@akh-test/create-react-ts-starter

1.0.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @akh-test/create-react-ts-starter

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

823 kB

Total Files

48

Last publish

Collaborators

  • akh-test