An open API service indexing awesome lists of open source software.

https://github.com/kriasoft/create-hyperapp-starter

The easiest way to start a new web application using Hyperapp.
https://github.com/kriasoft/create-hyperapp-starter

boilerplate create-hyperapp hyperapp

Last synced: 9 months ago
JSON representation

The easiest way to start a new web application using Hyperapp.

Awesome Lists containing this project

README

          

# Create Hyperapp Starter

[![npm version](https://img.shields.io/npm/v/create-hyperapp-starter.svg)](https://www.npmjs.com/package/create-hyperapp-starter)
[![npm downloads](https://img.shields.io/npm/dw/create-hyperapp-starter.svg)](https://www.npmjs.com/package/create-hyperapp-starter)
[![slack chat](https://hyperappjs.herokuapp.com/badge.svg)](https://hyperappjs.herokuapp.com "Join us")

The easiest way to start a new [Hyperapp Starter](https://github.com/kriasoft/hyperapp-starter) project.

## Prerequisites

- MacOS, Windows, or Linux
- [Node.js](https://nodejs.org/) v8.3 or newer

## Getting Started

To create a new app, run a single command:

```bash
npm init hyperapp-starter
```

It will generate the initial project structure
based on [`Hyperapp Starter`](https://github.com/kriasoft/hyperapp-starter)
inside the current directory and install the dependencies.

## License

Create Hyperapp Starter is MIT licensed.
See [LICENSE](https://github.com/kriasoft/create-hyperapp-starter/blob/master/LICENSE.md).