An open API service indexing awesome lists of open source software.

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

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
```