/todomvc-app-for-testing

Code for TodoMVC app that is deployed to the internet to be used for testing

Primary LanguageJavaScriptMIT LicenseMIT

React TodoMVC, Redux style, ready for testing

(forked from Storybook React Samples, which was forked from the Redux examples directory)

Installation

Run

npm ci # (or use "npm install" for older versions of node)

Running the TodoMVC app

Run

npm run build
npm start

Then open http://localhost:5000 on your browser.

TodoMVC Screenshot