https://github.com/fl03/template-rs-dioxus
An application template for the Dioxus framework using Rust.
https://github.com/fl03/template-rs-dioxus
dioxus rust-lang template wasm web
Last synced: 2 months ago
JSON representation
An application template for the Dioxus framework using Rust.
- Host: GitHub
- URL: https://github.com/fl03/template-rs-dioxus
- Owner: FL03
- License: apache-2.0
- Created: 2024-09-14T14:14:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T23:36:59.000Z (over 1 year ago)
- Last Synced: 2025-03-28T06:31:41.814Z (over 1 year ago)
- Topics: dioxus, rust-lang, template, wasm, web
- Language: Rust
- Homepage:
- Size: 4.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Development
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
3. Run the following command in the root of the project to start the tailwind CSS compiler:
```bash
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
```
Run the following command in the root of the project to start the Dioxus dev server:
```bash
dx serve --hot-reload
```
- Open the browser to http://localhost:8080