This is a plugin for typescript-playground. It allows you to explore a github repo through the plugins panel, selecting files to fill the code area with.
This was made using this repo as a template during a TS workshop at Codecademy.
- clone this repo
cd
into the cloned directory- run
npm install
- run
npm run start
oryarn start
- navigate to the typescript playground, go to the options panel, and tick "
Connect to localhost:5000
"