/simple-todo-redux

Simple todo app using react/redux

Primary LanguageJavaScript

Simple todo app

This app makes use of the following packages:

Run the App

git clone https://github.com/dariospadoni/simple-todo-redux && cd simple-todo-redux
npm install
npm start

App will run on localhost:8080

Linting

npm run lint

Testing

npm run test

Will first run the linting, then the tests