Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuhanawa/astro-react-template

A Astro + React + TailwindCSS + PartyTown Template
https://github.com/yuhanawa/astro-react-template

astro partytown react tailwindcss template typescript

Last synced: 4 months ago
JSON representation

A Astro + React + TailwindCSS + PartyTown Template

Awesome Lists containing this project

README

        

### Astro + React + TailwindCSS + PartyTown + pnpm + TS

[[EN]](https://github.com/Yuhanawa/astro-react-template/blob/master/README.md) [[中文]](https://github.com/Yuhanawa/astro-react-template/blob/master/README_zh.md)

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

1. Framework Astro + React

- [Astro]
- [sitemap]
- [React]

2. Styling [TailwindCSS]
3. Optimization [PartyTown]
4. Checking and Formatting [Biome]
5. Code submission
- Hook [lefthook]
- Standard [commitlint]

## 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 |

[Astro]: https://astro.build/
[sitemap]: https://docs.astro.build/en/guides/integrations-guide/sitemap/
[React]: https://reactjs.org/
[TailwindCSS]: https://tailwindcss.com/
[PartyTown]: https://partytown.builder.io/
[Biome]: https://biomejs.dev/
[lefthook]: https://github.com/evilmartians/lefthook
[commitlint]: https://commitlint.js.org/#/