A personal front-end JavaScript toolkit and experiment playground, with some server-side tinkering too.
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
ornpx 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