https://github.com/mint-lang/mint-example-todo
Todo list example for showcasing Mint
https://github.com/mint-lang/mint-example-todo
Last synced: 2 months ago
JSON representation
Todo list example for showcasing Mint
- Host: GitHub
- URL: https://github.com/mint-lang/mint-example-todo
- Owner: mint-lang
- License: mit
- Created: 2018-03-23T08:47:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:29:08.000Z (over 1 year ago)
- Last Synced: 2025-10-13T12:24:12.553Z (8 months ago)
- Language: Mint
- Homepage:
- Size: 24.4 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`
6. That's it!