1.0.0 • Published 3 years ago

@reactiff/app-data-client v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@reactiff/app-data-client

Virtual API client for your app anywhere!

NPM JavaScript Style Guide

then to start
```bash
# in one tab
yarn start

# in another tab
cd example
yarn start

4. Publish package first time

npm publish --access public

DELETE THE ABOVE INSTRUCTIONS AFTER YOU'RE DONE

Install

yarn add @reactiff/app-data-client

Usage

import Component from '@reactiff/app-data-client'

const instance = new Component();

// do stuff with it

Publishing the package to npm

First time (with free account) if scoped, must set access to public

npm publish --access public

To update

npm version major|minor|patch

and then simply

npm publish

License

MIT © Rick Ellis