https://github.com/zhuima/yew-with-tailwindcss
A modern dashboard built with Yew, Tailwind CSS, and Rust
https://github.com/zhuima/yew-with-tailwindcss
Last synced: 8 months ago
JSON representation
A modern dashboard built with Yew, Tailwind CSS, and Rust
- Host: GitHub
- URL: https://github.com/zhuima/yew-with-tailwindcss
- Owner: zhuima
- Created: 2024-10-21T15:12:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:34:38.000Z (over 1 year ago)
- Last Synced: 2025-10-14T02:08:31.704Z (8 months ago)
- Language: Rust
- Homepage: https://yew-with-tailwindcss.vercel.app
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yew with Tailwind CSS
A brief description of your project. Explain what it does and why it's useful or interesting.
## Table of Contents
- [Quick Start](#quick-start)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
## Quick Start
Get up and running with these simple steps:
1. Clone the repository:
```
git clone https://github.com/zhuima/yew-with-tailwindcss.git
cd yew-with-tailwindcss
```
2. Build the project:
```
cargo build --release
```
3. Run the development server:
```
trunk serve --release
```
4. Open your browser and visit `http://localhost:8080`
## Features
- List key features of your project
- Use bullet points for easy scanning
## Installation
Detailed steps for installation:
1. Ensure you have [Rust](https://www.rust-lang.org/tools/install) installed.
2. Install [Trunk](https://trunkrs.dev/):
```
cargo install trunk
```
3. Clone the repository (as shown in Quick Start).
## Usage
Provide more detailed instructions on how to use your project. Include code examples or screenshots if applicable.
## Technologies Used
- Rust
- Trunk
- Any other libraries or frameworks
## Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details.
## License
This project is licensed under the [MIT License](LICENSE.md).