Welcome to the AppRun user guide! This guide shows you how to get started creating web applications using AppRun.
AppRun is a lightweight alternative to other frameworks and libraries. It has a unique architecture inspired by the Elm architecture that can help you manage states, routing, and other essential aspects of your web application.
AppRun is an MIT-licensed open source project. Please consider supporting the project on Patreon. 👍❤️🙏
The AppRun Docs are built using Material for MkDocs.
- Install mkdocs-material
pip install mkdocs-material
- Run mkdocs
mkdocs serve
- Navigate to http://localhost:8000
- Fork repo into your account
- Edit, commit, and push changes to the forked repo
- Submit pull requests
Thank you. Have fun.