Skip to content

Instantly share code, notes, and snippets.

@develax
Last active April 24, 2024 08:10
Show Gist options
  • Save develax/004ce5d935c38c188b4342fac1ac3bfe to your computer and use it in GitHub Desktop.
Save develax/004ce5d935c38c188b4342fac1ac3bfe to your computer and use it in GitHub Desktop.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment