A bunch of random HTML, CSS, and Javascript demos and example code I've written or snagged from around the net.
HTML5 demos that are meant to be run in the browser (obviously, I guess?)
Javascript demos that are meant to be run in the browser console (Chrome and Firefox) or in Firefox scratchpad. Some / most of these can also be ran via node.js in the command line as well.
Node.js demo code that can be run in the command line via node filename
.
A bunch of Javascript and general web development tutorials I've done.
- This code is all based off of code from the official TypeScript documentation page.
- https://www.typescriptlang.org/docs/tutorial.html
Demo code for Web Components
- https://developer.mozilla.org/en-US/docs/Web/Web_Components
- Lit Element: https://lit-element.polymer-project.org/guide/start
- https://lit.dev/
A basic node.js server running Express and Helmet.
Currently using this to test a Progressive Web App soundboard and a random WebWorkers demo, both in the "public/" folder.
npm install
to install the node dependencies.npm start
ornode server.js
to start the server.