A modern, production-ready template for building full-stack React applications using React Router with webhook handling capabilities and real-time features powered by Trigger.dev.
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 🪝 Webhook handling with Trigger.dev integration
- 📡 Real-time capabilities
- 📖 React Router docs
Install dependencies and start the development server:
npm install
npm run dev
Your application will be available at http://localhost:5173
.
📚 Complete documentation is available in the docs/
folder:
- Main Documentation - Overview and project structure
- Getting Started - Detailed setup and configuration guide
- API Reference - Complete API documentation
- Architecture - System design and component overview
- Deployment - Production deployment guide
💡 New to this project? Start with the Getting Started Guide for a comprehensive walkthrough.
# Development
npm run dev # Start development server
# Production
npm run build # Create production build
npm start # Start production server
# Docker
docker build -t my-app .
docker run -p 3000:3000 my-app
This project includes webhook handling capabilities with Trigger.dev integration and real-time features. For detailed information about the architecture, API endpoints, and deployment options, please refer to the comprehensive documentation in the docs/
folder.
Built with ❤️ using React Router and Trigger.dev.