hyperapp-create
v1.0.1
Published
Create Hyperapp with no build configuration
Downloads
1
Maintainers
Readme
Hyperapp Create
The easiest way to start a new web application using Hyperapp.
Prerequisites
- MacOS, Windows, or Linux
- Node.js v8.3 or newer
Getting Started
To create a new app, run a single command:
npx hyperapp-create my-app
It will create a directory called my-app
inside the current folder.
Inside that directory, it will generate the initial project structure
based on Hyperapp Starter
and install the dependencies.
License
Hyperapp Create is MIT licensed. See LICENSE.