https://github.com/kripod/astro-starter-strict
A strict Astro starter with Tailwind CSS, TypeScript, ESLint and Prettier
https://github.com/kripod/astro-starter-strict
astro-starter eslint prettier tailwindcss typescript
Last synced: about 1 year ago
JSON representation
A strict Astro starter with Tailwind CSS, TypeScript, ESLint and Prettier
- Host: GitHub
- URL: https://github.com/kripod/astro-starter-strict
- Owner: kripod
- Created: 2022-11-05T17:18:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T20:58:03.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:32:19.043Z (about 1 year ago)
- Topics: astro-starter, eslint, prettier, tailwindcss, typescript
- Language: Astro
- Homepage:
- Size: 458 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an [Astro](https://astro.build/) project bootstrapped from [astro-starter-strict](https://github.com/kripod/astro-starter-strict), built upon:
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/) for refactoring with confidence
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript), enforced through [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/) for consistency and clean diffs
Auto-fixes are performed on save with [Visual Studio Code](https://code.visualstudio.com/) or by using `pnpm run fix`.
## Getting Started
First, run the development server:
```sh
pnpm run dev
```
Open [http://localhost:4321](http://localhost:4321) with your browser to see the result.
You can start editing the page by modifying `pages/index.astro`. The page auto-updates as you edit the file.
## Learn More
- [Astro documentation](https://docs.astro.build)
- [Astro Discord server](https://astro.build/chat)