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.
To set up the development environment use these steps.
npm install.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.Some planned features to the app.