A [Parcel](https://parceljs.org/) plugin to start (and restart) a server while running parcel in watch mode
npm install parcel-plugin-run-serverA Parcel plugin to start (and restart) a server while running parcel in watch mode
If using Parcel to build a node application (using --target=node) it's useful to have the server restart whenever there a change is made.
_This plugin will only if parce is ran in watch mode with a target of node_
Via NPM
```
npm i -D parcel-plugin-run-server
Via Yarn
``
yarn add --dev parcel-plugin-run-server
Currently the plugin does not need any configuration. (Zero Config 🎉)
The plugin will run the file specified using --out-file using node --inspect`.