ANGIE is a sleek Astro portfolio template built for creatives and developers. Featuring responsive layouts, customizable sections, and a bold brutalist design, it’s made to help you stand out and showcase your work with style.
Inside of your Astro project, you'll see the following folders and files:
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Bars.astro
└── Button.astro
└── CallToAction.astro
└── Footer.astro
└── Header.astro
└── Hero.astro
└── MarddownPost.astro
└── Reviews.astro
└── Service.astro
└── Tools.astro
└── Work.astro
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
└── posts/
└── blog.astro
└── index.astro
└── styles/
└── 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.
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/ |
Check out LAB-CH3 for a growing collection of current and future templates.
If you’ve found this helpful, consider fueling my creativity!