Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.47 KB

File metadata and controls

36 lines (25 loc) · 1.47 KB

Angular Tailwind Boilerplate

This is a project based on Angular and integrate Tailwind with a basic setup to let you quickly start your new application based on this technologies.

Webpack NPM Yarn Angular TailwindCSS SASS

What's inside?

Prerequisites

This project is created using @angular/cli so we recommend you to install this tool with the command:

npm i -g @angular/cli

Installation

  1. Clone this repository into your development environment
  2. Install dependencies npm install (or yarn install)
  3. Serve the application ng serve

Documentation

You can find a full documentation here: Documentation

Enjoy Coding!