Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 662 Bytes

File metadata and controls

30 lines (21 loc) · 662 Bytes

react-ts-npm-package-boilerplate

Boilerplate for React + Typescript npm package.

Build Status

Technologies

  • 🧰 Main Stack - React + Typescript
  • 📦 Builder - Rollup.js
  • 🚚 CI/CD - Github Actions + Semantic Release
  • 🧪 Testing - Jest + @testing-library/react
  • 📃 Formatting - Eslint + Prettier + Stylelint
  • 💼 Package Manager - Yarn
  • 🌈 UI Testing - Storybook

Setup

  • Copy/clone repo to some folder
  • Install dependencies
yarn install
  • Run Storybook to test UI
yarn storybook