https://github.com/offirmo/web-tech-experiments
My various small html/css/js/node/typescript tests. Used to store my languages tests, API tests, libs benchmarks, experimental modules… Have a look if you're curious.
https://github.com/offirmo/web-tech-experiments
Last synced: 3 months ago
JSON representation
My various small html/css/js/node/typescript tests. Used to store my languages tests, API tests, libs benchmarks, experimental modules… Have a look if you're curious.
- Host: GitHub
- URL: https://github.com/offirmo/web-tech-experiments
- Owner: Offirmo
- License: unlicense
- Created: 2013-03-04T19:52:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T06:45:35.000Z (over 1 year ago)
- Last Synced: 2025-03-16T07:26:51.048Z (over 1 year ago)
- Language: HTML
- Homepage: http://www.offirmo.net/web-tech-experiments/
- Size: 83.3 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
web-tech-experiments
====================
[](https://offirmo.net/classifying-open-source-projects-status/)
[](https://unlicense.org/)
[](https://www.gittip.com/Offirmo/)
https://offirmo.github.io/web-tech-experiments/
Introduction
------------
Various small html/css/js tests to :
- test some language features
- test some libraries seen on the web
- test some unclear documentation points
See the /app folder. Tests are named according what is tested.
The /incubator folder is also the place where the prototype modules I develop live. If they prove useful,
they go into their own repo and get "submodulized".
Commands
--------
* `npm i` install all dependencies
* `puer` starts a web server and opens default browser on root
Private notes
-------------
```bash
node scripts/tcpproxy.js 5858 127.0.0.1 8585 &
node --debug-brk=8585 --debug server.js
node --debug restlink_server.js
node --debug server.js
```
```bash
npm install -g grunt-cli yo generator-famous
npm install -g grunt-cli npm-check-updates selenium-standalone
```
TODO docs (wikis)
- when
- ui-router
- ui-router-extras
- cheat sheet
- famous
’