Go to file
Elad Kaplan 125402d8da
Update App.jsx
2023-12-18 21:54:37 +02:00
.cargo Loco todo list website 2023-12-14 21:52:03 +02:00
config Loco todo list website 2023-12-15 13:41:28 +02:00
frontend Update App.jsx 2023-12-18 21:54:37 +02:00
migration Loco todo list website 2023-12-14 21:52:03 +02:00
src Loco todo list website 2023-12-14 21:52:03 +02:00
tests Loco todo list website 2023-12-15 13:41:28 +02:00
.dockerignore Loco todo list website 2023-12-15 13:41:28 +02:00
.gitignore Loco todo list website 2023-12-14 21:52:03 +02:00
.rustfmt.toml Loco todo list website 2023-12-14 21:52:03 +02:00
Cargo.lock lock loco version 2023-12-18 11:47:45 +02:00
Cargo.toml lock loco version 2023-12-18 11:47:45 +02:00
README.md Update README 2023-12-18 11:55:23 +02:00
dockerfile Loco todo list website 2023-12-15 13:41:28 +02:00

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