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

https://github.com/explooosion/hyperapp-boilerplate

Webpack ES6 with hyperapp boilerplate web application
https://github.com/explooosion/hyperapp-boilerplate

boilerplate example hyperapp hyperapp-boilerplate webpack webpack-es6

Last synced: 11 months ago
JSON representation

Webpack ES6 with hyperapp boilerplate web application

Awesome Lists containing this project

README

          

# hyperapp-boilerplate
Webpack ES6 with hyperapp boilerplate web application.

## Installation

```
git clone https://github.com/explooosion/hyperapp-boilerplate.git
```

## Usage

```
npm install
```

```
npm start
```

## Reference

- [hyperapp](https://github.com/hyperapp/hyperapp)

- [Counter](https://codepen.io/jorgebucaran/pen/zNxZLP?editors=0110)

- [Mini Todo App](https://codepen.io/jorgebucaran/pen/zNxRLy?editors=1010)

- [webpack-es6-boilerplate](https://github.com/jluccisano/webpack-es6-boilerplate)