Update README.md

This commit is contained in:
LeNei
2023-04-05 21:16:49 +02:00
committed by GitHub
parent 1f84e6a126
commit 78cce96a42

View File

@@ -1,25 +1,10 @@
# dioxus-template
> a template for starting a dioxus project to be used with [dioxus-cli](https://github.com/DioxusLabs/cli)
# dioxus-tailwind
## Usage
#### use `dioxus-cli` init the template:
```
dioxus init hello-dioxus
```
or you can choose the template, for this tempalte:
```
dioxus init hello-dioxus --template=gh:dioxuslabs/dioxus-template
```
#### Start a `dev-server` for the project:
```
cd ./hello-dioxus
dioxus serve
```