https://github.com/kindsecret/rust-authentication
Dioxus, Rocket, Google Authentication
https://github.com/kindsecret/rust-authentication
dioxus google-authentication rocket rust
Last synced: 4 months ago
JSON representation
Dioxus, Rocket, Google Authentication
- Host: GitHub
- URL: https://github.com/kindsecret/rust-authentication
- Owner: kindsecret
- Created: 2024-06-21T00:29:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T01:18:26.000Z (almost 2 years ago)
- Last Synced: 2025-07-28T19:35:37.778Z (11 months ago)
- Topics: dioxus, google-authentication, rocket, rust
- Language: Rust
- Homepage:
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
3. Run the following command in the root of the project to start the tailwind CSS compiler:
```bash
npx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch
```
Launch the Dioxus Fullstack app:
```bash
dx serve --platform fullstack
```