Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)