@akh-test/create-react-ts-starter
v1.0.8
Published
A React Starter from scratch using TypeScript, Webpack, Jest, React Testing Library, Storybook, Perttier, ESLint, and GitHub Actions.
Downloads
5
Readme
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 port6666
.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 port5858
.