Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.21 KB

tooling.md

File metadata and controls

30 lines (19 loc) · 1.21 KB

Tooling Support for GitHub Desktop

Recommended packages:

The Desktop repository includes a list of recommended extensions:

  1. Select the Extension view, select Show Workspace Recommended Extensions from the dropdown menu
  2. Install all the extensions

Debugging

Chrome

  1. Run the command npm start
  2. Open Chrome Dev Tools

React Dev Tools should automatically install itself on first start. If you would also like to use Devtron, run the command require('devtron').install() inside of the console in Chrome Dev Tools.