Skip to content

cola119/universal-devtools-poc

Repository files navigation

Universal DevTools

DEMO

https://youtu.be/5H3Sswp5qYg?t=5100

Setup

$ git clone git@github.com:cola119/universal-devtools-poc.git
$ cd universal-devtools-poc
$ nvm use
$ npm install

Example

$ npm run start
$ npm run example

Open chrome://devtools/bundled/inspector.html?experiments=true&ws=localhost:9222 or devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:9222 (for latest Chrome)

And open the example application ( http://{your ip address}:3000 ) on your smartphone.