Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.18 KB

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