- 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
Install LLVM via Homebrew:
brew install llvm
Add the Homebrew-installed LLVM to your PATH environment variable:
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc
Install dioxus cli:
cargo install dioxus-cli@0.5
Launch the Dioxus Fullstack app:
dx serve