Skip to content

davesters/munson-todo-mvc-example

Repository files navigation

Munson Todo MVC Example

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

Running

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details