Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.08 KB

hot-app-replacement npm version Build Status

Transfer state from old app to new app on save

Had this lying around. Inspired to module-ify it by @yoshuawuyts's tweet. Code cleanup incoming...

image

No API or CLI yet. But you can:

node lib/hot-server.js && open http://localhost:9999
# Changes to demo folder will now hot reload in your browser :)

To Install

$ npm install -g hot-app-replacement

Usage

CLI

API

TODO:

  • Add an API and CLI. Right now it's just a (working) example
  • Add tests / refactor. Ripped this out of an old project
  • Commenting, rationale, etc

See Also

License

MIT