Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 577 Bytes

TodoMVC

todomvc

This is another TodoMVC application, build with Next.js and XState.

Try it online

https://todomvc-nextjs-xstate.vercel.app/

Getting Started

# clone this repository
git clone https://github.com/flplima/todomvc-nextjs-xstate.git

# install dependencies
yarn

# run the development server
yarn dev

Open http://localhost:3000 with your browser to see the result.