De app voor de Waddinxveense Reddingsbrigade
https://app.reddingsbrigadewaddinxveen.nl
assets | ||
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
devenv.lock | ||
devenv.nix | ||
devenv.yaml | ||
Dioxus.toml | ||
input.css | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js |
- 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 ./assets/tailwind.css --watch
Launch the Dioxus Fullstack app:
dx serve --platform fullstack