Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/template-ng-tailwind-jit
- Owner: huibizhang
- Created: 2021-07-14T19:34:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T18:11:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T08:32:31.827Z (2 months ago)
- Language: HTML
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```---