This is an example app of using the Munson MVC framework for building a server-side Todo MVC application.
This is based off of Server-side TodoMVC
Clone the repo, install npm packages and run the app
git clone https://github.com/davesters/munson-todo-mvc-example.git
yarn install
yarn start
This project is licensed under the MIT License - see the LICENSE.md file for details