Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 622 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 622 Bytes

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