fehel-astro-structure
v0.0.1
Published
This is a way to quickly start projects without repetitive structure setup
Downloads
2
Readme
Fehel Studio Astro template
This is a way to quickly start projects without repetitive structure setup
After downloading the template you'll need to use the following command:
npm i
Project structure
├── public/
├── src/
│ └── components/
│ └── assets/
│ └── Logo.astro
│ └── Navbar.astro
│ └── layouts/
│ └── pages/
│ └── index.astro
│ └── styles/
│ └── variables.css
│ └── reset.css
│ └── typography.css
│ └── global.css
└── package.json