Skip to content

mint-lang/mint-realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mint Realworld

This codebase was created to demonstrate a fully fledged fullstack application built with Mint including CRUD operations, authentication, routing, pagination, and more.

How it works

This implemenation only uses the Mint language and it's standard library without any third party dependencies.

Development Server

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!

Production Build

Just run mint build and everything is built into the dist folder.

Running Tests

Just run mint test to run the sample tests.