Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustwindjs/gustwind-template
Simple template for Gustwind projects
https://github.com/gustwindjs/gustwind-template
Last synced: about 1 month ago
JSON representation
Simple template for Gustwind projects
- Host: GitHub
- URL: https://github.com/gustwindjs/gustwind-template
- Owner: gustwindjs
- Created: 2022-11-02T12:01:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T08:08:58.000Z (8 months ago)
- Last Synced: 2024-05-09T09:27:03.677Z (8 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gustwind-template
This GitHub template provides a simple starting point for [Gustwind](https://gustwind.js.org/) based projects.
Main features:
* Markdown processing - the project README you see here is processed through the system
* Support for [Twind](https://twind.dev/) - Twind is a Tailwind-compatible styling approach
* State management through [Sidewind](https://sidewind.js.org/) - Sidewind has been configured as a script to the project so you can use it to add state to your components
* Basic components - i.e., `BaseLayout`, `SiteLink`, etc.
* Development server - `deno task start`
* Build process - `deno task build`To expand further, see [Gustwind documentation](https://gustwind.js.org/).