Skip to content

sanjsanj/my-react-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A guide to TDD a React/Redux TodoList App

Read the tutorial

View the App online

Setup:

npm install

Start app:

npm run start

Unit test:

npm run test

e2e/feature test:

npm run selenium-setup   // run only once
npm run selenium-start   // app must also be started with npm start
npm run e2e-tests
npm run e2e-tests-watch  // if you want to run e2e in watch mode