Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 563 Bytes

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