Skip to content

maxcore25/react-mobx-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.