Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snekussaurier/minban-frontend
A minimalistic kanban board application
https://github.com/snekussaurier/minban-frontend
Last synced: about 1 month ago
JSON representation
A minimalistic kanban board application
- Host: GitHub
- URL: https://github.com/snekussaurier/minban-frontend
- Owner: Snekussaurier
- License: agpl-3.0
- Created: 2024-11-20T21:33:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:37:33.000Z (about 1 month ago)
- Last Synced: 2024-11-20T22:52:38.968Z (about 1 month ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Development
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
```Run the following command in the root of the project to start the Dioxus dev server:
```bash
dx serve --hot-reload
```- Open the browser to http://localhost:8080