bizly-header

2.2.8 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i bizly-header

Weekly Downloads

1

Version

2.2.8

License

ISC

Unpacked Size

1.48 MB

Total Files

88

Last publish

Collaborators

  • abachuk
  • andrew-bizly