bizly-header2

## How to test locally 1. Pull this repo 2. `cd` into the project directory and run `npm install` locally 2. Run `npm link` 3. Switch to any projects where you can install the Header 4. Add the header by running `npm i bizly-header --save` 5. In the proje

Usage no npm install needed!

<script type="module">
  import bizlyHeader2 from 'https://cdn.skypack.dev/bizly-header2';
</script>

README

Bizly Header

How to test locally

  1. Pull this repo
  2. cd into the project directory and run npm install locally
  3. Run npm link
  4. Switch to any projects where you can install the Header
  5. Add the header by running npm i bizly-header --save
  6. In the project root (Layout.js) component add import Header from 'bizly-header'
  7. Add react component in render method <Header />
  8. Run npm start and go to your host app (Profile) and start it tools
  9. Now any changes you make in the header component code will auto-reload the header (sometimes you need to refresh host app to see the changes, need to fix webpack watcher)