No description
  • Astro 70.3%
  • TypeScript 29.5%
  • JavaScript 0.2%
Find a file
2026-06-02 07:46:14 +09:00
contents/knowledges Update cybersecurity article: refine title, description, and streamline content 2026-04-06 10:16:44 +09:00
public Add seo 2026-05-30 14:23:30 +09:00
src Merge remote-tracking branch 'origin/main' 2026-05-30 14:23:45 +09:00
.gitignore Replace Fathom Analytics with Cloudflare Web Analytics; update .gitignore for .wrangler/ 2026-04-02 19:56:18 +09:00
astro.config.mjs Remove adapter 2026-06-02 07:46:14 +09:00
package.json Remove adapter 2026-06-02 07:46:14 +09:00
README.md Initial commit 2026-03-04 20:42:23 +09:00
tsconfig.json Initial commit 2026-03-04 20:42:23 +09:00

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

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

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 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.