#css

2 commande(s) avec le tag #css

Commandes partagées par la communauté CodeBox, copiables en un clic.

Crée un projet Angular sans routing avec SCSS.

bash
ng new nom-projet --routing=false --style=scss

Installe et initialise TailwindCSS dans le projet.

bash
npm install -D tailwindcss postcss autoprefixer && npx tailwindcss init