A basic Astro starter kit featuring...
- Astro
^5.18.0 - TypeScript
^5.9.3 - React
^19.2.4 - Tailwind CSS
^4.2.1 - shadcn/ui (
@radix-ui/react-slot^1.2.4) - Prettier
^3.8.1
Recommend using degit to clone a fresh copy of the latest version of this repo:
npx degit BrettJay/astro-starter my-projectThen open the project, install and run the dev server:
cd my-project
npm install
npm run dev