bizly-header
v2.2.8
Published
## 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
Downloads
48
Readme
Bizly Header
How to test locally
- Pull this repo
cdinto the project directory and runnpm installlocally- Run
npm link - Switch to any projects where you can install the Header
- Add the header by running
npm i bizly-header --save - In the project root (Layout.js) component add
import Header from 'bizly-header' - Add react component in render method
<Header /> - Run
npm startand go to your host app (Profile) and start it tools - 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)
