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

https://github.com/notiz-dev/angular-tailwindcss

Learn how to style Angular applications Tailwind CSS
https://github.com/notiz-dev/angular-tailwindcss

angular tailwind

Last synced: 9 months ago
JSON representation

Learn how to style Angular applications Tailwind CSS

Awesome Lists containing this project

README

          

# Angular w/ Tailwind

```bash
ng serve

# set NODE_ENV to production to purge CSS styles
NODE_ENV=production ng build --prod
# or
npm run build:prod
```