Skip to content

NativeScript/ng-ns-hmr

Repository files navigation

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