React components for interfacing with the Base86 Apollo Server.
https://base86inc.github.io/base86-apollo-client
Runs the app in the development mode.
Open http://localhost:6006 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for publishing to the build
folder.
Publish as an npm package
Before packaging your library, ensure it is built. Run the following command:
yarn build
npm pack
Install the locally created package in the project where you want to test it:
yarn add ../path/to/your-library/your-library-version.tgz