Astro + React website starter template with Docker containerization support
- Astro 4.x + React 18
- TypeScript strict mode
- Modular SCSS styling
- Docker Compose for dev/prod environments
git clone https://github.com/pardnchiu/astro-startup.git
cd astro-startup
cp .env.example .env# Development
docker compose up
# Production
docker compose -f docker-compose.prod.yml upcd app
npm install
npm run devThis project is licensed under the MIT LICENSE.