https://github.com/nitin42/hyperapp-examples
HyperApp examples
https://github.com/nitin42/hyperapp-examples
Last synced: about 1 month ago
JSON representation
HyperApp examples
- Host: GitHub
- URL: https://github.com/nitin42/hyperapp-examples
- Owner: nitin42
- Created: 2017-07-02T19:50:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T19:58:24.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T02:41:37.083Z (2 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HyperApp examples
This is the source for HyperApp examples. You can find examples in [`examples`](./examples) directory.
## Running Examples
```
git clone https://www.github.com/nitin42/HyperApp-Examples
cd HyperApp-Examples
npm install
```Then in `index.js`, uncomment any of `exports` to run the example. After you uncomment one,
```
npm run build
```and after generating the `bundle.js`
```
npm run start
```I'll be adding more examples soon !😄