Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 297 Bytes

React/Vue Todo

A simple Todo app implemented in React and Vue.

Getting started

  1. Clone repo
  2. Run npm install in /, react-todo and vue-todo
  3. In root run npm start

Vue will start at localhost:3000 and React at localhost:3001