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.
This project is created using @angular/cli
so we recommend you to install this tool with the command:
npm i -g @angular/cli
- Clone this repository into your development environment
- Install dependencies
npm install
(oryarn install
) - Serve the application
ng serve
You can find a full documentation here: Documentation
Enjoy Coding!