factory-commerce
v1.0.5
Published
Boilerplate for React/Typescript npm package
Downloads
10
Maintainers
Readme
react-ts-npm-package-boilerplate
Boilerplate for React + Typescript npm package.
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