Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 771 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 771 Bytes

@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.