Skip to content

handeyeco/dev-tool-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication for Custom Developer Tools (Code)

This is the code example for a blog post called Communication for Custom Developer Tools that shares some notes learned during a recent hackathon. The idea is to create a custom browser extension that extends developer tools for easier, less intrusive debugging of a host application.

Application

/application is the host application build with Create React App.

  1. Go to the /application directory: cd application
  2. Install the dependencies: yarn (or npm install)
  3. Start the application: yarn start (or npm start)

Dev Tools

/dev-tool is the browser extension.

Use this guide to temporarily install this extension.

About

Code example for the blog post "Communication for Custom Developer Tools"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors