Development Workflow
Our development workflow is designed to provide rapid feedback and a smooth development experience. This section covers:
Key Topics
- Docker Setup - Configure development environment
- Hot Reload - Real-time development workflow
- Debugging - Troubleshooting and debugging tools
Quick Reference
Tool | Purpose |
---|---|
Docker | Isolated development environment |
Hot Reload | Rapid development feedback |
Browser DevTools | Frontend debugging |
Java Debug | Backend debugging |
Development Best Practice
Always use the Docker development environment to ensure consistency across team members and match production environments.