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
- Host: GitHub
- URL: https://github.com/notiz-dev/angular-tailwindcss
- Owner: notiz-dev
- Created: 2020-07-10T17:19:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T14:29:38.000Z (over 5 years ago)
- Last Synced: 2024-12-29T14:39:33.734Z (over 1 year ago)
- Topics: angular, tailwind
- Language: TypeScript
- Homepage: https://notiz.dev/blog/angular-10-with-tailwindcss
- Size: 168 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```