An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Component based development using Mithriljs

[![nbviewer](https://img.shields.io/badge/view%20slides%20on-nbviewer-brightgreen.svg)](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`