A starter Astro template for app development. Use this as a foundation for your next projects.
This is a basic app template with a sidebar for navigation, fully responsive for mobile devices.
- Astro: Static site generation with component islands
- React: Interactive components
- shadcn/ui: Accessible UI components
- Tailwind CSS v4: Utility-first styling
- TypeScript: Type-safe development
- Lucide Icons: Consistent iconography
- oxlint: Fast linter for JavaScript/TypeScript
- oxfmt: Code formatter
# Clone the template
git clone https://github.com/geut/astro-app-template.git my-project
cd my-project
# Install dependencies
bun install
# Start development server
bun run devOpen http://localhost:4321 to view your app.