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

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

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).