Simple Todo example created using Typescript, React, Undux, and Material-UI.
Special thanks to bcherny for his Undux Todo Example!
- Install NVM
- Install Node 8:
nvm install v8.1.3
- Install Yarn
- Clone this repo:
git clone https://github.com/akegan/typescript-todo.git
- Run it:
cd typescript-todo
yarn
yarn build
yarn start
- Open https://localhost:9000 in your browser