https://github.com/gotocva/angular-tailwind-boilerplate
https://github.com/gotocva/angular-tailwind-boilerplate
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gotocva/angular-tailwind-boilerplate
- Owner: gotocva
- License: mit
- Created: 2023-07-06T06:41:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T07:10:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T11:28:55.332Z (over 1 year ago)
- Language: HTML
- Size: 914 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular-Tailwind-Boilerplate
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.6.
## Demo
[Open Demo](https://gotocva.github.io/angular-tailwind-boilerplate/build/#)
```
git clone https://github.com/gotocva/angular-tailwind-boilerplate
cd angular-tailwind-boilerplate
npm install
npm start
```
Open ```http://localhost:4200``` on web browser
To implement PWA in angular run below command
```
ng add @angular/pwa --project *project-name*
```