Minimal static website using typescript.
- Uses webpack to build the site
- Works with github pages.
Starts with an empty canvas that is initialized in src/index.ts.
Develop locally using npm start and going to localhost:3000
To push to github pages, run npm run publish.