No description
Find a file
github-actions[bot] c02c028a97 Deploy afccdd4
2025-10-22 06:17:29 +00:00
.forgejo/workflows fix deploy script? 2025-10-21 23:07:53 -07:00
.vscode Remove demo action 2024-12-02 12:17:13 -08:00
deploy Deploy afccdd4 2025-10-22 06:17:29 +00:00
public cleanup 2024-11-28 13:02:42 -08:00
src updates 2025-10-21 23:00:06 -07:00
.gitignore use jampack instead 2024-12-09 00:34:49 -08:00
.prettierrc Add missing files 2024-11-27 16:47:47 -08:00
astro.config.mjs use jampack instead 2024-12-09 00:34:49 -08:00
jampack.config.mjs use jampack instead 2024-12-09 00:34:49 -08:00
package-lock.json Update packages 2025-10-21 23:04:04 -07:00
package.json updates 2025-10-21 23:00:06 -07:00
README.md Initial commit from Astro 2024-11-27 16:44:42 -08:00
tailwind.config.mjs update light mode styling 2024-12-12 12:49:12 -08:00
tsconfig.json Initial commit from Astro 2024-11-27 16:44:42 -08:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 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:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.