Versions Compared

Key

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

...

  1. Make a coding change to the footer shared component.
  2. Build the shared library: 

    Code Block
    # Using a new terminal
    cd ~/edx/frontend-component-footer
    npm run build


  3. Watch for the hot-reload in the browser.
  4. Repeat as needed, or set up npm run watch to automatically rebuild your shared app.
    1. You may need to npm install npm-watch before running npm run watch See 
    2. You'll also have to add a watch config section and a watch script in you package.json file; see https://www.npmjs.com/package/npm-watch

...