No description
Find a file
2024-11-01 15:44:40 -04:00
public Remove Shoelace 2024-09-24 14:36:10 -04:00
src Update blog post 2024-11-01 15:44:40 -04:00
.dockerignore update 2024-10-19 16:19:13 -04:00
.drone.yml update 2024-06-07 21:44:57 -04:00
.gitignore update 2024-05-13 23:34:06 -04:00
astro.config.mjs Convert to static site 2024-10-24 14:05:27 -04:00
bun.lockb Convert to static site 2024-10-24 14:05:27 -04:00
bunfig.toml update 2024-10-19 16:19:13 -04:00
Dockerfile Convert to static site 2024-10-24 14:05:27 -04:00
LICENSE update 2024-05-13 23:34:06 -04:00
minpluto-search.json update 2024-05-13 23:34:06 -04:00
package.json Convert to static site 2024-10-24 14:05:27 -04:00
README.md update 2024-05-13 23:34:06 -04:00
search-sh.sh update 2024-05-13 23:34:06 -04:00
search.js update 2024-05-13 23:34:06 -04:00
tsconfig.json update 2024-05-13 23:34:06 -04:00
zorn-search.json update 2024-05-13 23:34:06 -04: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.