Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions example-projects/ecommerce-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ This example app is a fullstack web application leveraging the [FakeStoreAPI](ht

# Development

1. Run the following commands to serve the application (see the tailwind example in the main Dioxus repo for more detailed information about setting up tailwind):
1. Run the following commands to serve the application:

```bash
npx tailwindcss -i ./tailwind.css -o ./public/tailwind.css --watch
dx serve
```

Note that in Dioxus 0.7, the Tailwind watcher is initialized automatically if a `tailwind.css` file is find in your app's root.

# Status

This is a work in progress. The following features are currently implemented:
Expand Down
Loading