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

https://github.com/brycedorn/parcel-hyperapp-starter

A starting point for tiny projects
https://github.com/brycedorn/parcel-hyperapp-starter

fx hyperapp parcel picostyle prettier

Last synced: about 1 month ago
JSON representation

A starting point for tiny projects

Awesome Lists containing this project

README

          

# parcel hyperapp starter

[![npm version](https://badge.fury.io/js/parcel-hyperapp-starter.svg)](https://badge.fury.io/js/parcel-hyperapp-starter) [![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/brycedorn/parcel-hyperapp-starter/master/LICENSE) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

A [starting point](https://public-vxztaxaknl.now.sh/) for tiny projects. 5kb gzipped. Featuring:

- [hyperapp](https://github.com/hyperapp/hyperapp) with [fx](https://github.com/hyperapp/fx)
- [parcel](https://github.com/parcel-bundler/parcel)
- [picostyle](https://github.com/morishitter/picostyle)
- [prettier](https://github.com/prettier/prettier)

## Usage

```bash
npm i
npm start
```

## Issues

If you have any issues please [report](https://github.com/brycedorn/parcel-hyperapp-starter/issues) them!