https://github.com/casoon/astro-unocss-starter
https://github.com/casoon/astro-unocss-starter
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casoon/astro-unocss-starter
- Owner: casoon
- Created: 2023-11-04T21:18:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T18:19:15.000Z (over 2 years ago)
- Last Synced: 2025-06-05T09:09:38.483Z (about 1 year ago)
- Language: Astro
- Size: 2.24 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 3.x
- Alpine.js 3
### 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`