Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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