https://github.com/bestguy/preact-mobx-example
Example of Preact, MobX, and web components
https://github.com/bestguy/preact-mobx-example
Last synced: about 1 year ago
JSON representation
Example of Preact, MobX, and web components
- Host: GitHub
- URL: https://github.com/bestguy/preact-mobx-example
- Owner: bestguy
- Created: 2016-08-28T04:24:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T05:50:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T02:51:20.832Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bestguy.github.io/preact-mobx-example
- Size: 196 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preact, MobX, and web-component example
This is an example of [Preact](https://preactjs.com) using [MobX](https://mobxjs.github.io/mobx/) and web-components.
Produces a web-component for a dynamic ASCII word clock:

[Demo](https://bestguy.github.io/preact-mobx-example)
## Build
```bash
npm install
npm start
```
Open http://localhost:8080 in browser.