Skip to content

Simple local TODO app to practice Typescript and React

Notifications You must be signed in to change notification settings

akegan/typescript-todo

Repository files navigation

Simple Todo example created using Typescript, React, Undux, and Material-UI.

Special thanks to bcherny for his Undux Todo Example!

Install

  1. Install NVM
  2. Install Node 8: nvm install v8.1.3
  3. Install Yarn
  4. Clone this repo: git clone https://github.com/akegan/typescript-todo.git
  5. Run it:
cd typescript-todo
yarn
yarn build
yarn start
  1. Open https://localhost:9000 in your browser

See the app in action

Todo

About

Simple local TODO app to practice Typescript and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published