hyperapp-starter

1.0.0 • Public • Published

Hyperapp Starter

npm version npm downloads slack chat

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-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.

Note: npx comes with npm 5.2 and higher (since Node 8.2).

If you use earlier version...

Install hyperapp-create globally:

npm install -g hyperapp-create

Now you can run:

hyperapp-create my-app

License

Hyperapp Starter is MIT licensed. See LICENSE.

/hyperapp-starter/

    Package Sidebar

    Install

    npm i hyperapp-starter

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.82 kB

    Total Files

    2

    Last publish

    Collaborators

    • frenzzy