Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wood3n/fe-kit
React components and utils
https://github.com/wood3n/fe-kit
frontend monorepo pnpm-workspace react react-components storybook
Last synced: 23 days ago
JSON representation
React components and utils
- Host: GitHub
- URL: https://github.com/wood3n/fe-kit
- Owner: wood3n
- License: mit
- Created: 2024-07-19T09:00:52.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-26T11:37:34.000Z (about 1 month ago)
- Last Synced: 2024-09-29T22:41:40.588Z (about 1 month ago)
- Topics: frontend, monorepo, pnpm-workspace, react, react-components, storybook
- Language: TypeScript
- Homepage: https://wood3n.github.io/fe-kit/
- Size: 430 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fe-kit
front-end react components and dev utils.
## development
### install pnpm and turbo
```shell
npm install -g pnpmpnpm install turbo --global
```### install dependencies
```shell
pnpm i
```### start
```shell
pnpm run dev:components// or
pnpm run dev:utils
```