A playground of sorts for learning frontend web technologies.
- Projects
- Experiments
- Lessons
-
Copy into a webserver
-
run from console PHP server
> php -S localhost:8080
- Using nodejs express or local-web-server
> npm install -g local-web-server
> cd /path/to/your/project
> ws -p 8080