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.
- Clone project
- Remove git history -
rm -rf .git
- Rename project (in
package.json
once and inpackage-lock.json
twice) - Install dependencies -
npm install