https://github.com/tamtocode/comic-site
Watch Anime & Manga (React with Web API, TailWindCss)
https://github.com/tamtocode/comic-site
api react tailwindcss
Last synced: 3 months ago
JSON representation
Watch Anime & Manga (React with Web API, TailWindCss)
- Host: GitHub
- URL: https://github.com/tamtocode/comic-site
- Owner: tamtocode
- License: apache-2.0
- Created: 2023-12-26T01:59:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-27T01:51:55.000Z (over 1 year ago)
- Last Synced: 2025-03-18T05:34:55.900Z (3 months ago)
- Topics: api, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to use
```
`npm install` or `pnpm install` or `yarn`
````npm run build`
You can play with docs and demos of your packages in local develop environment.```
`npm start` and `npm run build`
``````
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
```