Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 371 Bytes

File metadata and controls

19 lines (12 loc) · 371 Bytes

TailwindAngularMonorepo

Demo for using TailwindCSS in Angular Monorepo with a buildable library shared between multiple apps.

Note that the library components are missing their background colors, as Tailwind is not detecting the use of the classes.

Run tasks

To run the dev server for your app, use:

npx nx serve app1

or

npx nx serve app2