Jordan Karlsruher

yordok.github.io

What is this?

This repo is made to be an interactive portfolio of sorts. It’s an example of how to set up a Babel project with HTML5 canvas, how to updated a canvas at ~30 frames per second, and how to use ES2016 syntax with Browserify as a packager (very basically). In the end, it should showcase some cool stuff you can do with HTML5 canvas.

Setup a local devlopment environment

To set up the development environment use these steps.

  1. Run npm install.
  2. Run npm start. This will begin hosting the app on localhost:8080 and begin to watch your source files (/src/*) for changes at the same time. A new port can be specified by modifying the npm start command in the package.json file.

Planned features

Some planned features to the app.