Skip to content

boazblake/realworld-mithril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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