Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 405 Bytes

NpmLink.md

File metadata and controls

15 lines (11 loc) · 405 Bytes

Using NPM Link

This is the preferred way to try out changes in dependent projects

Setup

  1. Run npm link within this project
  2. Run npm link @osu-cass/sb-components

AP_ItemSampler

Steps for AP_ItemSampler

  1. Follow npm link steps
  2. Run npm run watch within this project
  3. Any changes will be watched
  4. ItemSampler, has hot-loading and will reload from this project automatically