@hippy/debug-server-next
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Hippy Debug Server

Hippy Group

The package provide the debug server communicated with native(Android apk or iOS Simulator) and the local web development.

Usage

@hippy/debug-server-next can be installed globally, but install to local in most case.

npm install -g @hippy/debug-server-next # Install
cd hippy-react-demo               # Change to a hippy-react project folder.
hippy-debug                       # Start the debug server

If you use custom cli, you could customize like this:

const { webpack, startDebugServer } = require('@hippy/debug-server-next');

// start hippy dev with HMR supported
webpack(webpackConfig, (err, stats) => {
  // add you custom callback here...
});

// start hippy debug
startDebugServer();

Private Deployment

If you want to use remote debug, you could follow this doc to deploy your debug server.

/@hippy/debug-server-next/

    Package Sidebar

    Install

    npm i @hippy/debug-server-next

    Homepage

    hippyjs.org

    Weekly Downloads

    45

    Version

    0.5.0

    License

    Apache-2.0

    Unpacked Size

    55.3 MB

    Total Files

    164

    Last publish

    Collaborators

    • raypro
    • zealotchen
    • xuqingkuang
    • zoomchan-cxj
    • ilikethese
    • ivanfanwu
    • chestershen