No description
Find a file
Claude Code bfbb2c7fa5 Initial commit: Click Counter SaaS Application
- Express.js server with static file serving
- Click counter frontend with localStorage persistence
- Optimized Docker setup with multi-stage build
- Production-ready configuration with health checks
- Automated deployment script for VPS
- Comprehensive deployment documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 10:25:12 +01:00
public Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
.gitignore Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
DEPLOY.md Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
deploy.sh Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
docker-compose.yml Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
Dockerfile Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
package-lock.json Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
package.json Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00
server.js Initial commit: Click Counter SaaS Application 2025-09-29 10:25:12 +01:00