Skip to content

Creating todo list with rest api and react frontent

Notifications You must be signed in to change notification settings

billy1624/todo-list

 
 

Repository files navigation

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

About

Creating todo list with rest api and react frontent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 61.3%
  • JavaScript 27.3%
  • CSS 9.3%
  • HTML 2.1%