• Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp (V1), JSX, and Prettier.

Hyperapp One

Build Status Slack

Hyperapp One is a Parcel boilerplate for quickstarting a web application with Hyperapp V1, JSX, and Prettier.

Redux Dev Tools support is included as well πŸ˜„

Table of Contents

Installing

git clone https://github.com/selfup/hyperapp-one
cd hyperapp-one
npm install
npm start

Testing

npm test

All tests are in the root test directory. πŸŽ‰

Development

Access localhost:1234.

The browser will reload as you save new code. πŸš€

Now go code something awesome!

Wiping the Commit History

Make sure you are in the boilerplate root and run:

npm run wipe

Add your remote:

git remote add origin <ssh_or_https_url>

Then work as usual.

Or if you prefer to do it yourself from scratch:

rm -rf .git
git init
git add .
git commit -m "initial commit"

Then add your remote and work from there as usual.

git remote add origin <ssh_or_https_url>

Deploying to GitHub Pages

This will be interactive as it merges master into the gh-pages branch πŸ™

./scripts/gh_pages.sh

Sometimes it will say there is nothing to commit even though you have more commits.

Just do a git push or a git push -f and then check back out to master πŸ™

Now visit:

  • No custom domain: yourUserName.github.io/yourRepoName
  • With a custom domain: yourCustomDomain/yourRepoName

License

Hyperapp One is MIT licensed. See LICENSE.

More Repositories

1

nextjs-docker

Next.js template/boilerplate/starting-point for Alpine Linux Container deployments with security in mind!
Dockerfile
187
star
2

hyperapp-moisturize

HOA for Dynamically upgrading Hyperapps (HMR/Dynamic Import/Whatever)
JavaScript
14
star
3

scnnr

Scan keywords in certain file types really really fast! Output is pipe friendly. Includes regex support.
Go
11
star
4

DevOpsOne

Production Server Scripts (rbenv, ruby, rails, nodejs, postgres) for Rails Production/Setup
Ruby
10
star
5

rejs

File based database for IoT! Built for developer freedom.
JavaScript
10
star
6

hyperapp-one-parcel

[ARCHIVED] :: Parcel, SCSS, and JSX Boilerplate for Hyperapp!
JavaScript
8
star
7

oxidizy

Life, in its smallest form.
Rust
7
star
8

exdaas

RESTful Elixir Database as a Service! Fault Tolerant, Self Sharding, Self Caching, Single Table, Persistent Key Value Store πŸŽ‰
Elixir
7
star
9

lspi

ORM for local storage that can save you time!
JavaScript
6
star
10

smache

Distributed non-replicating immutable cache that can handle dynamic auto scaling.
Elixir
6
star
11

pryman

A way to snapshot and save a pry session.
Ruby
4
star
12

StoreLab

Simple State Tree in JS
JavaScript
2
star
13

vue-store-lab-example-repo

JavaScript
2
star
14

dkr

dkr is docker but for docker containers?
Go
2
star
15

PhoenixAPI

Built a Web API in Elixir on Phoenix!
Elixir
2
star
16

middleman-haml-vue

Using middleman, haml, and vue.js together!
Ruby
2
star
17

sunlight-api-vcr-cassettes

Learning how to use vcr and minitest with live api calls and storing them to test the responses
Ruby
1
star
18

dataplaygroundrb

Rails API with docker-compose pg/redis for spiking ideas
Ruby
1
star
19

sails-turbine

CSV data parsing in React
JavaScript
1
star
20

dotfiles

Simple dotfile management
Shell
1
star
21

reegbase

Similar to FireBase. Uses selfup-rejs and websockets!
JavaScript
1
star
22

tinymap

Provides a simple to use interface that behaves like a HashMap. Primarily made for tinygo πŸŽ‰
Go
1
star
23

tronGo

the start of a tdd tron in go
Go
1
star
24

react-store-lab-example

JavaScript
1
star
25

VueStoreLab

Simple JavaScript State Tree Plugin for Vue
JavaScript
1
star
26

CICICI

CI tool to be used in conjunction with Travis CI
Ruby
1
star
27

GoBrew

update brew and everything for you with binary or go
Go
1
star
28

chat

Client Side Chat App That Uses reegbase (My MVP for Firebase)
JavaScript
1
star
29

mega_power

Pulls data from nyc gov api for mega millions and powerball. Basic CLI functionality
PowerShell
1
star
30

stringer

An easy way to turn unsafe CStrings into Rust String types and back.
Rust
1
star
31

ArduinoProjects

Small Arduino Projects For Everyone To Use!
Arduino
1
star
32

seal

Windows, Linux, and macOS/Unix file extension watcher and command executor.
Go
1
star
33

gdsm

Go Daemon Socket Manager - Distribute Go apps with ease
Go
1
star
34

avorion

Merchant Goods Helper for Avorion
JavaScript
1
star
35

icom-cmd

ICOM Powershell Serialport Command Sender - Sends binary/hex over USB
PowerShell
1
star
36

rpi-rejs

JavaScript
1
star
37

hyperapp-idea-box

JavaScript
1
star
38

selfup-gruvbox-iterm

1
star
39

tokenChat

Tokenization for web sockets and User Auth
JavaScript
1
star
40

scripts

Useful scripts
Shell
1
star
41

arduino_control

Vue.js, Johnny Five, and Socket IO to control an Arduino Uno.
JavaScript
1
star
42

what-is-a-state-tree

JavaScript
1
star