Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alonronin/react-tailwind-storybook

A monorepo boilerplate for developing React apps fast using Atomic Design, Tailwind and StoryBook
https://github.com/alonronin/react-tailwind-storybook

atomic-design boilerplate monorepo react storybook tailwindcss

Last synced: 4 months ago
JSON representation

A monorepo boilerplate for developing React apps fast using Atomic Design, Tailwind and StoryBook

Awesome Lists containing this project

README

        

React, Tailwind and StoryBook
===

> A MonoRepo Boilerplate for developing Atomic Design React Apps, with functional CSS and Storybook.

## Install

```shell script
$ git clone && yarn
```

### Tailwind

Developing:

```shell script
$ yarn workspace style start
```

Build:

```shell script
$ yarn workspace style build
```

### App

Development:

```shell script
$ yarn workspace app storybook
```

You can start developing, fast!