https://github.com/bryanhogan/astro-starter-template
https://github.com/bryanhogan/astro-starter-template
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bryanhogan/astro-starter-template
- Owner: BryanHogan
- Created: 2025-01-16T21:20:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T22:33:09.000Z (over 1 year ago)
- Last Synced: 2025-03-03T23:27:19.738Z (over 1 year ago)
- Language: Astro
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Template by Bryan Hogan
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)
- `` content
- Standard layout
- Footer
- NavBar Header
## Learn more?
Find out why things are the way they are on my [web dev guide](https://webdev.bryanhogan.com/).
Built by [Bryan Hogan](https://bryanhogan.com/).
## Updates
This project uses Astro version v5.1.7.
## How to use
To use the full project:
1. Clone project
2. Remove git history - `rm -rf .git`
3. Rename project (in `package.json` once and in `package-lock.json` twice)
4. Install dependencies - `npm install`
Or you can also just take specific files or folders, e.g. the `style` folder or `footer` component.