TS000 / haxademic.js

A personal JavaScript library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A personal JavaScript library

License:MIT License


Languages

Language:JavaScript 92.3%Language:CSS 5.2%Language:HTML 2.5%