https://github.com/dodycode/astro-ts-starter
My personal Astro starter template that packs with some tools that I mainly use for any Astro projects.
https://github.com/dodycode/astro-ts-starter
Last synced: 8 months ago
JSON representation
My personal Astro starter template that packs with some tools that I mainly use for any Astro projects.
- Host: GitHub
- URL: https://github.com/dodycode/astro-ts-starter
- Owner: dodycode
- Created: 2022-09-25T13:05:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T15:58:43.000Z (over 3 years ago)
- Last Synced: 2024-12-28T04:28:15.523Z (over 1 year ago)
- Language: Astro
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Template
My personal Astro starter template that packs with Preact, Tailwind CSS, Typescript eslint, prettier, husky, commitlint.
## Usage
- Clone this project.
- Run `npm install` and `npm run prepare` to setup husky
- Run `npm run dev` to run the app in port 3000.