Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abhishek-yadav/themeswitcher
https://github.com/iam-abhishek-yadav/themeswitcher
docker reactjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iam-abhishek-yadav/themeswitcher
- Owner: iam-abhishek-yadav
- Created: 2024-05-20T11:40:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:53:06.000Z (6 months ago)
- Last Synced: 2024-06-17T19:05:46.933Z (6 months ago)
- Topics: docker, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://theme-switcher-peach.vercel.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Steps to Run the Application
- **Create a Docker Image:** Replace `` with a tag of your choice:
```bash
docker build -t .
```
- **Run the Docker Container:**
```bash
docker run -p 5000:5000
```