Socket
Socket
Sign inDemoInstall

@hippy/debug-server-next

Package Overview
Dependencies
Maintainers
5
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hippy/debug-server-next

Debug server for hippy.


Version published
Maintainers
5
Created
Source

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.

Keywords

FAQs

Package last updated on 26 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc