An open API service indexing awesome lists of open source software.

https://github.com/bryanhogan/astro-starter-template


https://github.com/bryanhogan/astro-starter-template

Last synced: over 1 year ago
JSON representation

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.