canvas-boilerplate
canvas-boilerplate copied to clipboard
An HTML5 canvas boilerplate with ES6 and live-reloading with BrowserSync.
trafficstars
Canvas Boilerplate is the go-to solution for quickly creating modern canvas pieces using ES6 and webpack.
Getting Started
-
Clone the repo:
git clone https://github.com/christopher4lis/canvas-boilerplate.git -
Install dependencies:
yarnor
npm install -
Run webpack:
npm start
Your canvas piece should open up automatically at http://localhost:3000 and you should see 'HTML CANVAS BOILERPLATE' on hover.