@prpl/server
Development server that watches local file changes and makes those updates in the browser. Usage with @prpl/core
is optional.
Dependencies
@prpl/server
is the only module with more than a couple dependencies:
- chokidar for watching file system changes
- faye-websocket as a websocket interface on the client and server
- open to open the project in the browser
- serve-handler for routing requests and handling responses
Usage
Run prpl-server
from the command line in the root of your project.