1.0.0 • Published 1 year ago

easy-https-server v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Easy barebones https server.

Examples

import { add } from 'easy-https-server'

console.log(add(1, 2))
import { add } from 'easy-https-server'

const main = document.querySelector('main')!

main.innerHTML = `<h1>1 + 2 = ${add(1, 2)}</h1>`

🥁 Use this template 🥁

Features

  • TypeScript with SWC
  • JSX/TSX out of the box
  • Outputs both CommonJS and ES Modules, ready to publish on npm
  • Automatic dist bundling using bunzee
  • Documentation generation using dokio
  • Isomorphic Node.js and real browser testing incl. coverage and snapshots with utr
  • Examples / Playground using devito
  • Evergreen using pull-configs
  • ESLint
  • dprint
  • Husky

API