To run own copy:
- Clone the repository
- Run following commands:
npm i -g typescript webpack
npm i
npm link typescript - Go to
htmldirectory and runnpm i - For packing run
webpackornpm run buildcommand - For starting dev server on
localhost:3000runwebpack-dev-serverornpm run startcommand