Base86 Apollo Client
React components for interfacing with the Base86 Apollo Server.
Demo
https://base86inc.github.io/base86-apollo-client
yarn storybook
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.
npm run build
Builds the app for publishing to the build
folder.
npm publish
Publish as an npm package
Local Testing of a library
Step 1: Build the library
Before packaging your library, ensure it is built. Run the following command:
yarn build
Step 2: Create the package
npm pack
Step 3: Install the package in your project
Install the locally created package in the project where you want to test it:
yarn add ../path/to/your-library/your-library-version.tgz