summaryrefslogtreecommitdiff
path: root/README.md
blob: 649dd07c1ce77809feff029276677949d08e0dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Astro Base

A minimal template for new Astro projects. Includes

- TypeScript
- Tailwind CSS
- React
- Tailwind Typography

## Start a New Project

```sh
$ npm create astro@latest new-project -- --template yuvadm/astro-base
```