125402d8da | ||
---|---|---|
.cargo | ||
config | ||
frontend | ||
migration | ||
src | ||
tests | ||
.dockerignore | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
dockerfile |
README.md
Loco todo list website
Build your own todo list website using Loco. Follow the step-by-step guide here to create it effortlessly.
Run Locally
Execute the following command to run your todo list website locally, serving static assets from frontend/dist
:
$ cargo loco start
Build Client
Navigate to the frontend
directory and build the client:
$ cd frontend && pnpm build
Development
To develop the UI, run the following commands:
$ cd frontend && pnpm install && pnpm dev
To run the server:
$ cargo loco start