Skip to content

A minimal starter template for Hyperapp v2 that includes Typescript, Parcel, and an HTTP API demonstration.

License

Notifications You must be signed in to change notification settings

anticrisis/hyperapp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperapp-starter

A minimal starter template that includes Hyperapp v2, Typescript, and Parcel. Also demonstrates accessing an HTTP API.

Usage

NOTE: Only works with Hyperapp v2.0.4. See this issue.

Install dependencies, including Typescript and Parcel:

npm install

To run the echo server, do this in another console window:

npx http-echo-server

To run the local parcel application server:

npm run start

Typescript

Nothing about Hyperapp depends on Typescript. I included it because I like to use it with my own data structures. Hyperapp does not currently provide Typescript type definitions, and the hyperapp.d.ts file in this project is just enough to get rid of red squiggles while editing.

License

MIT

About

A minimal starter template for Hyperapp v2 that includes Typescript, Parcel, and an HTTP API demonstration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published