Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 282 Bytes

Todo App Example

This is a simple Mint todo application. Follow these steps to get up and running:

  1. Install Mint (https://www.mint-lang.com/install)
  2. Clone the repository
  3. Install dependencies with mint install
  4. Start the development server mint start
  5. That's it!