Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.45 KB

README.md

File metadata and controls

51 lines (41 loc) · 2.45 KB

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