ValentinFunk / angular11-tailwindcss

Angular 11 app with Tailwindcss v2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 11 with Tailwindcss 2.0

This project is the full implementation of this article, which demonstrates the integration of Tailwindcss 2.0 with Angular 11 app. To run this repo properly on your local machine, please read the following steps.

Pre-requisites

Before proceeding, make sure you have the following installed in your operating system:

  • Node.js v12.13.0 or higher (as part of Tailwindcss v2.0 requirements)
  • Angular CLI v11

Running the project locally

  1. Clone the project.
  2. Run npm install within the project directory.
  3. Run ng serve.
  4. Open your browser.

References

About

Angular 11 app with Tailwindcss v2.0


Languages

Language:TypeScript 50.9%Language:HTML 24.1%Language:JavaScript 23.8%Language:SCSS 1.2%