8000 GitHub - sanjsanj/my-react-todolist: A guide to TDD a React/Redux TodoList App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

About

A guide to TDD a React/Redux TodoList App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0