Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abhishek-yadav/passwordgenerator
https://github.com/iam-abhishek-yadav/passwordgenerator
docker reactjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iam-abhishek-yadav/passwordgenerator
- Owner: iam-abhishek-yadav
- Created: 2024-05-20T10:54:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T17:49:33.000Z (6 months ago)
- Last Synced: 2024-06-16T18:54:09.140Z (6 months ago)
- Topics: docker, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://password-generator-rosy-ten.vercel.app
- Size: 45.9 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
```