/haxademic.js

A personal JavaScript library

Primary LanguageJavaScriptMIT LicenseMIT

Haxademic.js

A personal front-end JavaScript toolkit and experiment playground, with some server-side tinkering too.

Demo / Tests

Demos

Install dev setup

Install Vite for HMR during dev:

  • npm create vite@latest
  • npm install -D @vitejs/plugin-basic-ssl
  • Upgrade Vitejs when there's a new release:
    • npm upgrade vite or
    • npx vite upgrade

Host it on Vercel

  • TBD

Install other tools for the demos in /server

npm install axios
npm install cheerio
npm install express
npm install http
npm install fetch
npm install desktop
npm install websocket
npm install ws