From the course: CSS and JavaScript Library Integration

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Implementing a basic UI with Tailwind and AngularJS

Implementing a basic UI with Tailwind and AngularJS - JavaScript Tutorial

From the course: CSS and JavaScript Library Integration

Implementing a basic UI with Tailwind and AngularJS

- It's time to build a website for a health application using Tailwind CSS, with Angular. After this lesson, you'll be able to build a responsive UI and large application using Tailwind CSS yourself. Watch this video and create a new Angular application, integrate Tailwind CSS into it, and then come back to continue the lesson. Welcome back. Are you familiar with the following commands? Ng new pet app. How about npm install Tailwind CSS? How about npx Tailwind CSS init, okay. And do you remember configuring your tailwind.config.js file? Updating the content section with your dot forward slash src, forward slash double asterisk sign, forward slash asterisk sign, dot, in bracket, that is called a bracelet, html, comma, and ts. Okay? And do you remember that we added Tailwind configuration into styles.css using @tailwind base, @tailwind components, @tailwind utilities? So, that is how to create a new Angular…

Contents