An open API service indexing awesome lists of open source software.

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

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)