Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 560 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 560 Bytes

todo-ui-react

Simple UI for todos using React, Redux, TodoMVC CSS.

Bundled with Webpack and transpiled with Babel.

Usage

# Development
$ npm start

# Linting
$ npm run lint

# Build for production
$ npm run build

Todos

  • Implement the filters
  • Hook it up with Serverless Todo API
  • Use Browser-sync instead of Webpack-dev-server