# Installation

```tsx
npx create-next-app@latest --ts
```

```tsx
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
```
