https://github.com/youngluo/hyperapp-boilerplate
A Hyperapp webpack4 boilerplate that shows how to create an application quickly.
https://github.com/youngluo/hyperapp-boilerplate
boilerplate hyperapp webpack4
Last synced: 5 months ago
JSON representation
A Hyperapp webpack4 boilerplate that shows how to create an application quickly.
- Host: GitHub
- URL: https://github.com/youngluo/hyperapp-boilerplate
- Owner: youngluo
- License: mit
- Created: 2018-04-28T06:11:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T12:13:46.000Z (over 7 years ago)
- Last Synced: 2025-04-04T14:11:20.414Z (10 months ago)
- Topics: boilerplate, hyperapp, webpack4
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyperapp-boilerplate
> A boilerplate project that shows how to create a hyperapp application quickly based on webpack4.
## Getting started
``` bash
npm install
npm start
```
## Build
``` bash
npm run prod
```