Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create Lightning refapp dev build

    1. pull code from source repo using below command

      Code Block
      $ git clone https://github.com/LibertyGlobal/refapp.git


    2. goto refapp directory

      Code Block
      $ cd refapp


    3. install the NPM dependencies by running below command

      Code Block
      $ npm install


    4. run copyAssets.sh command to create static folder and copy images, json files etc

      Code Block
      $./copyAssets.sh


    5.  run below command for testing in browser


Code Block
$ lng dev



refer below screenshots for reference

reference images for build instructions-1

...