7 releases
0.1.7 | Jul 15, 2024 |
---|---|
0.1.6 | Mar 8, 2024 |
60KB
240 lines
Overview
This repo is not intended to be git cloned
.
This repo is used by dx create
when starting new projects. So by running dx create
you are effectively running this code.
Development
- Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
- Install the tailwind css cli: https://tailwindcss.com/docs/installation
- Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
Run the following command in the root of the project to start the Dioxus dev server:
dx serve --hot-reload
- Open the browser to http://localhost:8080
Dependencies
~17–26MB
~398K SLoC