This is a start template using the Astro framework.
Instead of starting with a blank canvas this project include all the things every project contains:
- CSS files (Reset, Var, Global, Util)
<Head>content- Standard layout
- Footer
- NavBar Header
Find out why things are the way they are on my web dev guide.
Built by Bryan Hogan.
This project uses Astro version v5.1.7.
To use the full project:
- Clone project
- Remove git history -
rm -rf .git - Rename project (in
package.jsononce and inpackage-lock.jsontwice) - Install dependencies -
npm install
Or you can also just take specific files or folders, e.g. the style folder or footer component.