Skip to content

madyanalj/console-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console+

Chrome extension which allows developers to run TypeScript code right from their browsers 💻

Demo

🗃 Download from the Chrome Web Store

Stack

TypeScript | Monaco Editor | Node v13 | Chrome Extension API | Parcel.js | ESLint | Jest

Development

  1. Install dependencies using:
    npm install
  2. Run the following to generate the Chrome Extension in /dist:
    npm run build
  3. Go to chrome://extensions/ and ensure "Developer mode" is on.
  4. Click on "Load unpacked" and select the /dist directory.
  5. To make further changes, run npm run build again then click on "Update".

Contribution

Issues and Pull Requests are more than welcome.