Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mint-lang/mint-realworld
Mint implementation of https://realworld.io frontend
https://github.com/mint-lang/mint-realworld
mint-lang realworld-frontend
Last synced: 3 months ago
JSON representation
Mint implementation of https://realworld.io frontend
- Host: GitHub
- URL: https://github.com/mint-lang/mint-realworld
- Owner: mint-lang
- License: bsd-3-clause
- Created: 2018-05-10T15:38:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:28:40.000Z (3 months ago)
- Last Synced: 2024-10-30T00:00:08.065Z (3 months ago)
- Topics: mint-lang, realworld-frontend
- Language: Mint
- Homepage: https://realworld.mint-lang.com
- Size: 233 KB
- Stars: 62
- Watchers: 5
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mint - RealWorld
README
# Mint Realworld
This codebase was created to demonstrate a fully fledged fullstack application built with [**Mint**](https://www.mint-lang.com) including CRUD operations, authentication, routing, pagination, and more.
# How it works
This implemenation only uses the [Mint language](https://mint-lang.com) 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`
6. 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.