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

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

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`