https://github.com/1337programming/mithril-amok-sandbox
A sample architecture skeleton with two modules for using Mithril with Amok.
https://github.com/1337programming/mithril-amok-sandbox
Last synced: over 1 year ago
JSON representation
A sample architecture skeleton with two modules for using Mithril with Amok.
- Host: GitHub
- URL: https://github.com/1337programming/mithril-amok-sandbox
- Owner: 1337programming
- License: mit
- Created: 2015-08-21T01:42:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T02:31:38.000Z (almost 11 years ago)
- Last Synced: 2025-01-08T07:42:49.333Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mithril-amok-sandbox
A sample skeleton with two modules for using Mithril with Amok. The intent of this is to test to see if Amok is ready to be paired with Mithril in an aggressively fast development environment.
Setup
-----
- Run `npm install` to install dependencies.
- Run `npm i -g amok` to install amok.
Run
---
- Run `npm start` to run the application for development.