Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 641 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 641 Bytes

Important!

The HMR feature is still in beta. The API may change.

For detailed information, please refer to:

Enable HMR

  1. Install the NativeScript CLI.
npm install -g nativescript
  1. Install the node dependencies.
npm install
  1. Run with the hmr flag:
tns run --hmr

or, if you don't have local setup, use:

tns preview --hmr