Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yuhanawa/astro-react-template
- Owner: Yuhanawa
- License: mit
- Created: 2024-02-06T09:55:53.000Z (almost 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-31T09:30:07.000Z (6 months ago)
- Last Synced: 2024-08-01T08:16:38.760Z (6 months ago)
- Topics: astro, partytown, react, tailwindcss, template, typescript
- Language: Astro
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: pnpm1. 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/#/