Skip to content

mint-lang/mint-example-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!