1.0.0 • Published 7 years ago
hyperapp-starter v1.0.0
Hyperapp Starter
The easiest way to start a new web application using Hyperapp.
Prerequisites
- MacOS, Windows, or Linux
- Node.js v8 or newer
Getting Started
To create a new app, run a single command:
npx hyperapp-create my-appIt 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.
Note: npx comes with npm 5.2 and higher (since Node 8.2).
Install hyperapp-create globally:
npm install -g hyperapp-createNow you can run:
hyperapp-create my-appLicense
Hyperapp Starter is MIT licensed. See LICENSE.
1.0.0
7 years ago