https://github.com/casoon/astro-starter
https://github.com/casoon/astro-starter
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casoon/astro-starter
- Owner: casoon
- Created: 2022-12-16T16:49:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:26:22.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T09:09:36.687Z (about 1 year ago)
- Language: Astro
- Size: 4.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Template
This is a sample starter template for building fully static site using [Astro](https://astro.build).
## Features
- Astro JS
- Alpine.js
- Pico CSS
### Install Dependencies
`npm install` or `yarn install`
#### Preview Mode
`npm run dev` or `yarn dev`
#### Live or Production Mode
`npm run build` or `yarn build`