https://github.com/harrisdeperceptron/yew-tailwindcss
This is a simple sample boiler plate for getting started with tailwind css and the yew rust wasm frontend framework
https://github.com/harrisdeperceptron/yew-tailwindcss
boilerplate rust-lang tailwindcss yew-framework
Last synced: 3 months ago
JSON representation
This is a simple sample boiler plate for getting started with tailwind css and the yew rust wasm frontend framework
- Host: GitHub
- URL: https://github.com/harrisdeperceptron/yew-tailwindcss
- Owner: HarrisDePerceptron
- Created: 2023-01-02T16:34:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:55:57.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:13:38.291Z (over 1 year ago)
- Topics: boilerplate, rust-lang, tailwindcss, yew-framework
- Language: Rust
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Yew + Tailwindcss
This is a simple sample boiler plate for getting started with tailwind css
and the yew rust wasm frontend framework
### Getting started
First get rust on the system then:
```
rustup target add wasm32-unknown-unknown
cargo install trunk
```
```
npm install
npm start -- --port 8080
```
now navigate to `http://localhost:8080`
### Deploying
```
npm run serve
```