Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 483 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 483 Bytes

AstroPractice

🚀 Project Structure

ディレクトリ構成

/
├── public/
│   └── favicon.svg
├── src/
│   ├── components/
│   │   └──atoms/
│   │   └──molecules/
│   │   └──organisms/
│   ├── layouts/
│   │   └── Layout.astro
│   ├── pages/
│   │    └── index.astro
│   └── styles/
├── package.json
└── astro.config.mjs

yarnを使ってます。