Update App.jsx
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:
frontend/dist
$ cargo loco start
Navigate to the frontend directory and build the client:
frontend
$ cd frontend && pnpm build
To develop the UI, run the following commands:
$ cd frontend && pnpm install && pnpm dev
To run the server:
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
:Build Client
Navigate to the
frontend
directory and build the client:Development
To develop the UI, run the following commands:
To run the server: