https://github.com/chrisdothtml/hyperapp-app
Testing the waters of hyperapp
https://github.com/chrisdothtml/hyperapp-app
Last synced: about 2 months ago
JSON representation
Testing the waters of hyperapp
- Host: GitHub
- URL: https://github.com/chrisdothtml/hyperapp-app
- Owner: chrisdothtml
- Created: 2018-02-19T17:25:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T14:35:00.000Z (over 8 years ago)
- Last Synced: 2025-10-20T06:33:21.761Z (8 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [hyperapp](https://hyperapp.js.org) test app
> Also giving [hygen](http://hygen.io) a shot
```bash
# install deps
$ yarn
```
## Generators
Use local dep via `yarn hygen`
### component
```bash
# lib/components/
# - Posts/
# - Posts.js
# - Posts.css
$ yarn hygen component new --name Posts
```
## Dev server
There is none. Just run `yarn dev` to create a dev bundle & watch files. It will open `demo/index.html`