Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devaslanphp/angular-tailwind-boilerplate
- Owner: devaslanphp
- Created: 2022-10-02T20:27:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T13:49:19.000Z (over 2 years ago)
- Last Synced: 2024-11-11T15:15:28.911Z (3 months ago)
- Topics: angular, boilerplate, chartjs, fontawesome, npm, tailwindcss, webpack, yarn
- Language: TypeScript
- Homepage:
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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!**