Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasquez-esteban/astro-init
Initialized Astro Project with Tailwind, Typescript, Linting and Formatting support.
https://github.com/vasquez-esteban/astro-init
astro eslint eslint-config postcss prettier tailwindcss typescript
Last synced: 9 days ago
JSON representation
Initialized Astro Project with Tailwind, Typescript, Linting and Formatting support.
- Host: GitHub
- URL: https://github.com/vasquez-esteban/astro-init
- Owner: vasquez-esteban
- Created: 2024-06-06T22:32:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T16:00:48.000Z (5 months ago)
- Last Synced: 2024-10-12T00:21:55.293Z (about 1 month ago)
- Topics: astro, eslint, eslint-config, postcss, prettier, tailwindcss, typescript
- Language: Astro
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Initial Repository for Astro Projects
This repository provides a base start point for Astro Projects.
It includes:
- Basic configuration with TS and Tailwind.
- Extended configuration for Linting and Formatting with Eslint and Prettier.
- Custom Swiper Slider.
- Custom Accordion made with Astro.(It is recommended to add formatting support using VScode astro plugin & prettier, alongside with Headwind for tailwind sorting)
## Requirements
- Node 22.2.0 or 20.13.1
- pnpm 9.1.2
- others in package.json## Deps
run `pnpm i`
# Usage
- `npm run lint` to use eslint
- `npm run dev` to launch dev environment