Skip to content

chrisbautista/chrisbautista.github.io

Repository files navigation

chrisbautista.github.io

A playground of sorts for learning frontend web technologies.

Outline

  • Projects
  • Experiments
  • Lessons

Workflow

Testing

  • 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