https://github.com/moigagoo/karaxapp
Sample tweetbox app created with Karax
https://github.com/moigagoo/karaxapp
components karax nim spa
Last synced: 11 months ago
JSON representation
Sample tweetbox app created with Karax
- Host: GitHub
- URL: https://github.com/moigagoo/karaxapp
- Owner: moigagoo
- Created: 2018-10-27T11:31:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T11:49:30.000Z (over 7 years ago)
- Last Synced: 2025-07-20T06:59:17.671Z (11 months ago)
- Topics: components, karax, nim, spa
- Language: Nim
- Size: 225 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Component-Based Tweetbox with Karax
This is a sample app that demonstrates one approach to component-based architecture in [Karax](https://github.com/pragmagic/karax). [Read my post](https://moigagoo.svbtle.com/exploring-karax) to learn more.
## Installation
You'll need Nim 0.19, Nimble, and Karax. Install Nim and Nimble with [choosenim](https://github.com/dom96/choosenim) and Karax with `nimble install karax@#head`.
## Run
To run the app, execute `karun -r src/karaxapp.nim` inside the cloned repo directory.