furkanedu / my-react-todolist

A guide to TDD a React/Redux TodoList App

Home Page:https://my-react-todolist.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://my-react-todolist.herokuapp.com/


Languages

Language:JavaScript 94.0%Language:HTML 5.2%Language:CSS 0.7%