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