Firebase_Angular_CRUD How to properly deploy the project in localhost: 1.to make tailwind work: npx tailwindcss -i ./src/styles.scss -o ./src/app/app.component.scss --watch 2.to serve the project: ng serve -o