Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alonronin/react-tailwind-storybook
- Owner: alonronin
- Created: 2019-09-26T18:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:29:04.000Z (about 2 years ago)
- Last Synced: 2024-05-21T05:12:33.219Z (9 months ago)
- Topics: atomic-design, boilerplate, monorepo, react, storybook, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 1.52 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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!