https://github.com/reubano/peoria-js-mithriljs
Code and presentation for the "Component based development using Mithriljs" Peoria JavaScript Meetup talk
https://github.com/reubano/peoria-js-mithriljs
coffeescript jupyter-notebook mithriljs
Last synced: 4 months ago
JSON representation
Code and presentation for the "Component based development using Mithriljs" Peoria JavaScript Meetup talk
- Host: GitHub
- URL: https://github.com/reubano/peoria-js-mithriljs
- Owner: reubano
- License: mit
- Created: 2018-09-28T21:44:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T19:34:52.000Z (almost 8 years ago)
- Last Synced: 2025-06-11T20:55:40.115Z (about 1 year ago)
- Topics: coffeescript, jupyter-notebook, mithriljs
- Language: Jupyter Notebook
- Size: 1.12 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Component based development using Mithriljs
[](https://nbviewer.jupyter.org/format/slides/github/reubano/peoria-js-mithriljs/blob/master/Mithril%20Talk.ipynb#/)
## Usage
- Install [node v8.11](https://nodejs.org/en/): `brew install node` or `apt-get install nodejs npm`
- Install dependencies and build app: `npm install`
- add `npm bin` to your `path`: `export PATH=$(npm bin):$PATH`
- Run dev server and watch files for changes: `npm start`