← Home

🚀 Astro starter template

I keep needing the same group of features on top of the empty Astro project, so I created a starter template.

Demo: https://lokimckay.github.io/astro-starter/

Features

Usage

npx degit lokimckay/astro-starter my-new-project \
cd my-new-project \
npm install \
npm start
← Home