easy-https-server
v1.0.0
Published
Easy barebones https server.
Downloads
38
Readme
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