Skip to content

goveo/react-ts-npm-package-boilerplate

Repository files navigation

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