Todo app This is an example todo app which uses: react express remult Getting Started Setup npm i Fire it up npm run dev Browse to http://127.0.0.1:5173 to see the web app. Api runs on localhost:3002 but is proxied via localhost:3000/api/*