- Run the development server:
npm run dev
# or
yarn dev
- 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
.