Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 154 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 154 Bytes

Angular w/ Tailwind

ng serve

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