/todo-list

Creating todo list with rest api and react frontent

Primary LanguageRust

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