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:
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
frontenddirectory and build the client:Development
To develop the UI, run the following commands:
To run the server: