Build your own todo list website using Loco. Follow the step-by-step guide here to create it effortlessly.
Execute the following command to run your todo list website locally, serving static assets from frontend/dist
:
$ cargo loco start
Navigate to the frontend
directory and build the client:
$ cd frontend && pnpm build
To develop the UI, run the following commands:
$ cd frontend && pnpm install && pnpm dev
To run the server:
$ cargo loco start