Sample todo app built with React and Vite. For the accompanying documentation, see MDN article Understanding client-side JavaScript frameworks : React tutorials.
npm install
npm run dev
Tests are written in Nightwatch, both at the component level and end-to-end. For component testing, the @nightwatch/react plugin is used.
npm run build
npm test
npm run test:e2e
You can see this project deployed live at: https://todo-react-vite.netlify.app