Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devaslanphp/angular-tailwind-boilerplate

A project based on Angular and integrate Tailwind with a basic setup to let you quickly start your new application based on this technologies.
https://github.com/devaslanphp/angular-tailwind-boilerplate

angular boilerplate chartjs fontawesome npm tailwindcss webpack yarn

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge&logo=webpack&logoColor=black)
![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white)
![Yarn](https://img.shields.io/badge/yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white)
![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge&logo=angular&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)

## What's inside?
- [x] [Angular](https://angular.io/)
- [x] [TailwindCSS](https://tailwindcss.com/)
- [x] [Fontawesome](https://fontawesome.com/)
- [x] [Chart.js](https://chartjs.org/)

## Prerequisites

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

```bash
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](https://devaslanphp.github.io/angular-tailwind-boilerplate)

**Enjoy Coding!**