Simple UI for todos using React, Redux, TodoMVC CSS.
Bundled with Webpack and transpiled with Babel.
# Development
$ npm start
# Linting
$ npm run lint
# Build for production
$ npm run build
- Implement the filters
- Hook it up with Serverless Todo API
- Use Browser-sync instead of Webpack-dev-server