hyperapp-fusebox

May 18, 2018 ยท View on GitHub

Greenkeeper badge Build Status

The purpose of this example was to create a "Starting Point for a Hyperapp and Picostyle projects."

DEMO

http://hyperapp-fusebox.deployable.site/

Features

  • Latest Hyperapp
  • Latest Picostyle
  • Fusebox - Lightest and fastest build tools
  • Ultra fast build without babel, TS used as bundler
  • Instant HOT reloading, try it.
  • TypeScript syntax validation

Getting Started / Commands

Setup

Clone this repo & run setup script

git clone https://github.com/osdevisnot/hyperapp-fusebox.git
cd hyperapp-fusebox
npm run setup

Development

Build the app in dev mode with Hot Reloading development server.

npm run dev

Production

Build the app in prod mode with static server.

npm run prod

Release

Build the app for production deployment.

npm run dist

Authors and license

osdevisnot and contributors.

MIT License, see the included LICENSE.md file.