debug-server-next
Version:
Dev server for hippy-core.
16 lines (10 loc) • 494 B
Markdown
# Hippy Debug Server

The package provide the debug server communicated with native(Android apk or iOS Simulator) and the local web development.
## Usage
`@hippy/debug-server` can be install globally, but install to local in most case.
```
npm install -g @hippy/debug-server # Install
cd hippy-react-demo # Change to a hippy-react project folder.
hippy-debug # Start the debug server
```