Angular (VSCode) Create new Angular project: ng new AppName Run the project: ng serve --open (or F5 in VSCode) Install styles npm install -D tailwindcss