Socket
Socket
Sign inDemoInstall

hyperapp-starter

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hyperapp-starter

Boilerplate and tooling for authoring modern web applications with Hyperapp and Node.js


Version published
Maintainers
1
Install size
1.78 kB
Created

Readme

Source

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.

Keywords

FAQs

Last updated on 01 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc