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.
- Host: GitHub
- URL: https://github.com/kriasoft/create-hyperapp-starter
- Owner: kriasoft
- License: mit
- Created: 2018-07-01T18:58:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T13:41:51.000Z (over 7 years ago)
- Last Synced: 2025-06-12T10:22:45.858Z (10 months ago)
- Topics: boilerplate, create-hyperapp, hyperapp
- Language: JavaScript
- Homepage: https://hyperapp.js.org/
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
#
Create Hyperapp Starter
[](https://www.npmjs.com/package/create-hyperapp-starter)
[](https://www.npmjs.com/package/create-hyperapp-starter)
[](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).