Skip to content

flplima/todomvc-nextjs-xstate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.