Minimal responsive todo app built with React, TypeScript and Vite.
From the project root (testApp):
npm installnpm run devVite will print a local URL (usually http://localhost:5173). Open it in your browser.
npm run buildThen you can preview the production build with:
npm run preview