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
- Host: GitHub
- URL: https://github.com/brycedorn/parcel-hyperapp-starter
- Owner: brycedorn
- License: mit
- Created: 2018-06-24T20:01:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T20:02:53.000Z (almost 8 years ago)
- Last Synced: 2025-06-27T20:42:11.121Z (12 months ago)
- Topics: fx, hyperapp, parcel, picostyle, prettier
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel hyperapp starter
[](https://badge.fury.io/js/parcel-hyperapp-starter) [](https://raw.githubusercontent.com/brycedorn/parcel-hyperapp-starter/master/LICENSE) [](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!