Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month 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
```

---