/redux-advanced-todo-app

A more advanced ToDo app built using React + React-Router, Redux. Testing handled by Ava

Primary LanguageJavaScript

A More advanced Todo application.

CircleCI

Technologies used:

Get Started

  1. git clone git@github.com:rbrtsmith/redux-advanced-todo-app.git
  2. cd redux-advanced-todo-app
  3. npm i to pull down dependencies

Build Process / testing

  • npm t to run unit tests & coverage
  • npm lint to run JS & CSS linting
  • npm start to run the build process in development mode with BrowserSync, Sourcemaps and filewatching.
  • npm build:production to run the build process, generate the dist folder and minify all output.