/todo-react

Sample todo app built with the React and Vite.

Primary LanguageJavaScript

todo-react-vite

Sample todo app built with React and Vite. For the accompanying documentation, see MDN article Understanding client-side JavaScript frameworks : React tutorials.

Nightwatch Tests Netlify Status

Project setup

npm install

Run locally

npm run dev

Run tests

Tests are written in Nightwatch, both at the component level and end-to-end. For component testing, the @nightwatch/react plugin is used.

Compiles and minifies for production

npm run build

Run component tests

npm test

Run end-to-end tests

npm run test:e2e

Preview

You can see this project deployed live at: https://todo-react-vite.netlify.app