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

https://github.com/huibizhang/template-ng-tailwind-jit


https://github.com/huibizhang/template-ng-tailwind-jit

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# template-ng-tailwind-jit

- **template of:** angular cli
- **tailwindcss:** `^2.2.19`

## Started
with npm:
```bash
npm install
```
with yarn:
```bash
yarn
```

---
## Develop
with npm:
```bash
npm start
```
with yarn:
```bash
yarn start
```

---
## Build
with npm:
```bash
npm run build
```
with yarn:
```bash
yarn build
```

---