Skip to content

Jabster28/tsab

Repository files navigation

TS&B

A WIP TypeScript clone of Just Shapes and Beats, using Webpack, ts-loader, and Yarn.

Installation

cd into the project directory, then

yarn        # npm run install
yarn build  # npm run build

Then run dist/index.html in a browser.

For watching, run yarn watch.