Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.51 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.51 KB

Astro + React + TailwindCSS + PartyTown + pnpm + TS

[EN] [中文]

This is a template
Includes Astro React TailwindCSS PartyTown
Tools: Biome lefthook commitlint
Language: Typescript
Package management: pnpm

  1. Framework Astro + React

  2. Styling TailwindCSS

  3. Optimization PartyTown

  4. Checking and Formatting Biome

  5. Code submission

Commands

Command Action
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI