Todo App How to Run the Project 1. Start the Backend Server cd todo/todo-backend npm install node server.js 2. Start the frontend Server In a new terminal cd todo npm install npm run dev