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: 10 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T13:49:19.000Z (about 3 years ago)
- Last Synced: 2025-01-10T00:22:35.637Z (11 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.






## 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!**