Skip to content

Instantly share code, notes, and snippets.

@joeyjiron06
Last active June 17, 2024 17:44
Show Gist options
  • Save joeyjiron06/bfda4a814a07a2082533fcb4f0ec5b1e to your computer and use it in GitHub Desktop.
Save joeyjiron06/bfda4a814a07a2082533fcb4f0ec5b1e to your computer and use it in GitHub Desktop.
Static HtML website with Astro setup

Astro + Static HTML Setup

These are the commands i use to setup and Astro static html website with all the tools i like using pnpm

create new astro project

pnpm create astro@latest

install eslint and plugins

pnpm i --save-dev eslint eslint-plugin-astro @typescript-eslint/parser eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-config-prettier

install tailwind

pnpm i --save @astrojs/tailwind@latest tailwindcss-hero-patterns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment