Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.71 KB

readme.md

File metadata and controls

63 lines (39 loc) · 1.71 KB

Rust Yew Boilerplate

This repository provides a boilerplate setup for building web applications using the Yew framework with Tailwind CSS. It allows users to quickly get started with their Yew projects without having to configure everything from scratch.

Features

  • Yew: Leverage the powerful Yew framework for building web applications in Rust.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • Client-Side Rendering (CSR): Configured for CSR for better performance and user experience.
  • Yew Router: Integrated Yew Router for seamless client-side routing.

Getting Started

Prerequisites

Installation

Clone the repository:
git clone https://github.com/hadihaider055/rust-yew-boilerplate.git
cd rust-yew-boilerplate
Install dependencies:
cargo build
Run the development server:
trunk serve

Note

Add option --open to open your default browser trunk serve --open.

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or new features to add.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries, please contact Hadi Haider.

Acknowledgements


Made with ❤️ by Hadi Haider