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

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


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

Last synced: 3 months ago
JSON representation

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*
```