Skip to content
/ astro-template Public template

Astro boilerplate with ts, tailwind, react and etc

Notifications You must be signed in to change notification settings

Eviloma/astro-template

Repository files navigation

Astro Boilerplate

This is a boilerplate project for Astro.js, designed to provide a quick start for building applications with modern features including TypeScript, Tailwind CSS, and more.

Features

  • Astro.js: Latest version of Astro.js for building scalable applications.
  • TypeScript: Static type checking for JavaScript.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • Husky & Lint-Staged: Pre-commit hooks to ensure code quality.
  • Biome: Linter and formatter for JavaScript, TypeScript, and CSS.
  • Playform Compress: Image compression for Astro.js.
  • Compressor: Minification and compression of CSS and JavaScript files.
  • Favicons: Generate favicons for your application.
  • Robots.txt: Generate a robots.txt file for your application.
  • Mail Obfuscation: Obfuscate email addresses in your application.
  • Health Check: Generate a health check endpoint for your application.

Getting Started

bun create astro -- --template Eviloma/astro-template