Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goveo/react-ts-npm-package-boilerplate
Boilerplate for React/Typescript npm package
https://github.com/goveo/react-ts-npm-package-boilerplate
boilerplate npm npm-package package react typescript
Last synced: 29 days ago
JSON representation
Boilerplate for React/Typescript npm package
- Host: GitHub
- URL: https://github.com/goveo/react-ts-npm-package-boilerplate
- Owner: goveo
- License: mit
- Created: 2022-10-08T20:19:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T19:28:48.000Z (about 2 years ago)
- Last Synced: 2024-03-24T16:04:50.097Z (10 months ago)
- Topics: boilerplate, npm, npm-package, package, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# react-ts-npm-package-boilerplate
Boilerplate for React + Typescript npm package.
![Build Status](https://img.shields.io/github/workflow/status/goveo/react-ts-npm-package-boilerplate/Release)
## 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```bash
yarn install
```- Run Storybook to test UI
```bash
yarn storybook
```