Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 720 Bytes

NGXS Devtools


The official Chrome Devtools extension for NGXS - currently in development.

Architecture

NGXS Devtools is based on a simple Angular CLI project. The devtools use NGXS for state handling - so it should be possible to debug the NGXS Devtools with the NGXS Devtools 😊

Development

  • yarn start:chrome runs development mode - Builds the CLI project in watch mode and copies all other assets.
  • yarn build:chrome builds the project as a Chrome devtools extension (TODO)