Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblesdotdev/astro-base
Minimalist starter for web projects built with Astro, designed to provide a solid and lightweight foundation. It includes an initial setup with Tailwind CSS, SEO support.
https://github.com/roblesdotdev/astro-base
Last synced: 28 days ago
JSON representation
Minimalist starter for web projects built with Astro, designed to provide a solid and lightweight foundation. It includes an initial setup with Tailwind CSS, SEO support.
- Host: GitHub
- URL: https://github.com/roblesdotdev/astro-base
- Owner: roblesdotdev
- Created: 2024-12-16T18:54:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-16T20:18:41.000Z (about 1 month ago)
- Last Synced: 2024-12-16T20:22:33.714Z (about 1 month ago)
- Language: Astro
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Astro Base
Astro Base is a minimalist starter for web projects built with Astro, designed
to provide a solid and lightweight foundation. It includes an initial setup with
Tailwind CSS, SEO support, integration with modern tools like Vitest and
Playwright, and best practices such as linting, code formatting, and
preconfigured Git hooks.### Features
## Checklist
- [x] **Tailwind CSS**: Utility-first styling framework is integrated.
- [x] **TypeScript**: Static typing ensures better code quality.
- [x] **Biome**: Linting is set up and ready to catch code issues.
- [x] **Prettier**: Code formatting is preconfigured for consistency.
- [x] **Git Hooks**: Pre-commit hooks for linting and formatting.
- [x] **SEO**: Metadata and OpenGraph tags are preconfigured for search engines.
- [ ] **Dark/Light Theme**: Includes a toggle mechanism for theme switching.
- [ ] **Vitest**: Testing environment is set up for fast and reliable tests.