Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 361 Bytes

File metadata and controls

19 lines (12 loc) · 361 Bytes

react-mobx-todo-list

Getting Started

  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

You can start editing components by modifying files in app/components.

You can start editing global store by modifying app/store/todoStore.ts.