Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

old-skull/ts-react-lib-starter-kit

Repository files navigation

ts-react-lib-starter-kit (npm)

NOTE: This branch uses npm as package manager. Checkout to the different branch to use other package manager.

  1. npm
  2. yarn-pnp
  3. pnpm

Starter kit for UI library based on React.

Most of the components could be replaced or removed. For example you can replace Cypress with Jest. The main goal is to show how to configure and use modern frontend stack.

Storybook demo

Cypress Dashboard

Core

  • React
  • Typescript

UI

  • Chakra-UI

Tests

  • Cypress
  • Cypress Dashboard

Preview

  • Storybook

Styleguide

  • ESLint
  • Prettier

CI

  • Github Actions