boazblake / realworld-mithril

Realworld Example, allowing mithril to flex~ https://repository-images.githubusercontent.com/277601599/d8802700-37ce-11eb-8c9e-b9af9225c01f

Home Page:https://boazblake.github.io/realworld-mithril/#!/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RealWorld Example App

Mithril codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

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

For more information on how this works with other frontends/backends, head over to the RealWorld repo.

You can view a live demo over at realworld-mithril.com

To get the frontend running locally:

  • Clone this repo
  • Run $ yarn install to install all the required dependencies
  • Run $ yarn fresh to start the local server and JS build

About

Realworld Example, allowing mithril to flex~ https://repository-images.githubusercontent.com/277601599/d8802700-37ce-11eb-8c9e-b9af9225c01f

https://boazblake.github.io/realworld-mithril/#!/home


Languages

Language:JavaScript 97.7%Language:HTML 1.8%Language:CSS 0.6%