Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperapp-starter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 01 Jul 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc