Skip to content

jmblog/astro-starter-kit

Repository files navigation

Astro Starter Kit

npm create astro@latest -- --template jmblog/astro-starter-kit

Features

The following tools and integrations are included in this starter kit:

🚀 Project Structure

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └── *.astro
│   ├── layouts/
│   │   └── *.astro
│   └── pages/
│       └── *.astro
└── package.json

Check the official documentation for more details.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run lint Run linters
npm run fix Fix problems reported by linters
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published