Skip to content

nightwatchjs-community/todo-react

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • CSS 19.6%
  • HTML 7.9%