react-tailwind-storybook

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

Stars
8

React, Tailwind and StoryBook

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

Install

$ git clone && yarn

Tailwind

Developing:

$ yarn workspace style start

Build:

$ yarn workspace style build

App

Development:

$ yarn workspace app storybook

You can start developing, fast!

Related Projects