Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokhuong-uon/nx-storybook-tailwind-tutorial
Learn to add Tailwind CSS to Storybook for ReactJS library inside Nx monorepo
https://github.com/sokhuong-uon/nx-storybook-tailwind-tutorial
medium monorepo nx-workspace react storybook taiwindcss typescript
Last synced: 18 days ago
JSON representation
Learn to add Tailwind CSS to Storybook for ReactJS library inside Nx monorepo
- Host: GitHub
- URL: https://github.com/sokhuong-uon/nx-storybook-tailwind-tutorial
- Owner: sokhuong-uon
- Created: 2024-02-03T07:34:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T07:49:17.000Z (about 1 year ago)
- Last Synced: 2024-11-23T23:55:09.530Z (3 months ago)
- Topics: medium, monorepo, nx-workspace, react, storybook, taiwindcss, typescript
- Language: CSS
- Homepage: https://medium.com/@sokhuong.xyz/add-tailwind-to-storybook-for-react-library-inside-nx-mono-repo-6d431b57f5e6
- Size: 194 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nx Storybook Tailwind Tutorial
## Start the app
To start the development server run
```
nx serve web
```Open your browser and navigate to http://localhost:4200/. Happy coding!
## Serve storybook
```
nx storybook ui
```## Explore the Project Graph
Run `nx graph` to show the graph of the workspace.
It will show tasks that you can run with Nx.- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)
## Nx community
- [Join the community](https://nx.dev/community)
- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)
- [Follow us on Twitter](https://twitter.com/nxdevtools)