Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# fe-kit

front-end react components and dev utils.


Static Badge
Static Badge
Static Badge

## development

### install pnpm and turbo

```shell
npm install -g pnpm

pnpm install turbo --global
```

### install dependencies

```shell
pnpm i
```

### start

```shell
pnpm run dev:components

// or

pnpm run dev:utils
```