runofthemillgeek / sodot

A simple todos app made with React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sodot

This world... needs more todo apps.

This is just another simple todos app made with React and Redux. No other deps other than the ones that come with create-react-app.

How do I run this? (to future me)

With yarn,

$ yarn         # install deps
$ yarn start   # start webpack-dev-server

With npm,

$ npm i        # install deps
$ npm start    # start webpack-dev-server

About

A simple todos app made with React and Redux


Languages

Language:JavaScript 72.2%Language:CSS 22.9%Language:HTML 5.0%