Renders a rotating cube into a grid of spans by changing the CSS properties and component of React components.
The code is based on the WebGL to HTML-Table project, but has been reimplemented with TypeScript and React.
https://tok.github.io/span-render/
Run: npm start
http://localhost:3000/span-render
Deploy to gh-pages: yarn deploy
The setup for GitHub is based on this article: How to deploy React App to GitHub Pages