1.0.0 • Published 4 years ago
@reactiff/app-data-client v1.0.0
@reactiff/app-data-client
Virtual API client for your app anywhere!
then to start
```bash
# in one tab
yarn start
# in another tab
cd example
yarn start4. Publish package first time
npm publish --access publicDELETE THE ABOVE INSTRUCTIONS AFTER YOU'RE DONE
Install
yarn add @reactiff/app-data-clientUsage
import Component from '@reactiff/app-data-client'
const instance = new Component();
// do stuff with itPublishing the package to npm
First time (with free account) if scoped, must set access to public
npm publish --access publicTo update
npm version major|minor|patchand then simply
npm publishLicense
MIT © Rick Ellis
1.0.0
4 years ago