Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumbagog/myreacttslib
My ul library react components
https://github.com/lumbagog/myreacttslib
ci-cd docker docker-container husky react react-hook-form redux redux-toolkit storybook styled-components typescript vite
Last synced: about 2 months ago
JSON representation
My ul library react components
- Host: GitHub
- URL: https://github.com/lumbagog/myreacttslib
- Owner: LumbagoG
- Created: 2023-02-25T07:46:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:36:36.000Z (10 months ago)
- Last Synced: 2024-12-02T00:18:54.209Z (about 2 months ago)
- Topics: ci-cd, docker, docker-container, husky, react, react-hook-form, redux, redux-toolkit, storybook, styled-components, typescript, vite
- Language: TypeScript
- Homepage: https://master--6405776599109c9529f5c23a.chromatic.com/?path=/story
- Size: 20.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ![](https://github.com/LumbagoG/myReactTsLib/blob/master/public/images/glebLogo.png?raw=true) My ul library react components
## ![](https://raw.githubusercontent.com/LumbagoG/myReactTsLib/38e70934be1a0e46235be07e7e8f9321213cdb37/public/icons/download.svg) Download package for free now
`npm i @lumbagog/my-react-ts-lib`
## ![](https://raw.githubusercontent.com/LumbagoG/myReactTsLib/b646dfcbf0d304a17e267dba8519d3c2b14fe0fd/public/icons/bag.svg) Project management
- [GitHub project](https://github.com/users/LumbagoG/projects/1)
- [Asana](https://app.asana.com/0/1204200821295672/1204200821295672)## ![](https://raw.githubusercontent.com/LumbagoG/myReactTsLib/38e70934be1a0e46235be07e7e8f9321213cdb37/public/icons/code.svg) Ingredients:
- React js + typescript
- Vite
- Storybook
- Styled components
- Lint stages (husky + eslint + prettier + stylelint)
- CI/CD
- Chromatic
- Docker## ![](https://raw.githubusercontent.com/LumbagoG/myReactTsLib/38e70934be1a0e46235be07e7e8f9321213cdb37/public/icons/link.svg) Links for app resources:
- [Storybook](https://6405776599109c9529f5c23a-rqpkvgqwyl.chromatic.com/?path=/story)
- [npm package](https://www.npmjs.com/package/@lumbagog/my-react-ts-lib?activeTab=readme)
- [gh package](https://github.com/LumbagoG/myReactTsLib/pkgs/npm/my-react-ts-lib)
- [Figma ui design](https://www.figma.com/file/Aq10VUMGoFEoKWoBccdelr/myReactTsLib?node-id=0-1&t=DBCdWMr1eON7Qb1I-0)
- [Chromatic project](https://www.chromatic.com/library?appId=6405776599109c9529f5c23a)
- [Github pages](https://lumbagog.github.io/myReactTsLib/)## ![](https://raw.githubusercontent.com/LumbagoG/myReactTsLib/38e70934be1a0e46235be07e7e8f9321213cdb37/public/icons/power.svg) Startup project
### Docker (dev) start container
```
cd bin/
./docker.sh dev up
```### Docker (dev) delete container
```
cd bin/
./docker.sh dev down
```### Docker (prod) start container
```
cd bin/
./docker.sh prod up
```### Docker (prod) delete container
```
cd bin/
./docker.sh prod down
```### Local (dev)
```
npm i && npm run storybook-dev
```### Local (production)
```
npm i && npm run storybook-build && npm run storybook-build-preview
```