Chrome extension which allows developers to run TypeScript code right from their browsers 💻
🗃 Download from the Chrome Web Store
TypeScript | Monaco Editor | Node v13 | Chrome Extension API | Parcel.js | ESLint | Jest
- Install dependencies using:
npm install
- Run the following to generate the Chrome Extension in
/dist
:npm run build
- Go to
chrome://extensions/
and ensure "Developer mode" is on. - Click on "Load unpacked" and select the
/dist
directory. - To make further changes, run
npm run build
again then click on "Update".
Issues and Pull Requests are more than welcome.