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
- Host: GitHub
- URL: https://github.com/explooosion/hyperapp-boilerplate
- Owner: explooosion
- Created: 2018-05-22T18:11:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T05:46:39.000Z (over 7 years ago)
- Last Synced: 2025-01-24T22:11:46.576Z (about 1 year ago)
- Topics: boilerplate, example, hyperapp, hyperapp-boilerplate, webpack, webpack-es6
- Language: JavaScript
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)