Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (10 loc) · 1.01 KB

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