react-emulatorjs repository

Repository for developing react-emulatorjs library

Button Playground Button NPM Button Gihub Button API

What's inside?

This repository includes the following packages/apps:

Apps and Packages

  • examples/playground: a playground app online demo
  • packages/react-emulatorjs: the library itself npm

Each package/app is 100% TypeScript.

Build

To build all apps and packages, run the following command:

npm build

Develop

To develop all apps and packages, run the following command:

npm dev

Deploying library

To update library version, run the following command:

npx changeset

Select packages/react-emulatorjs library and add new changelog lines.

To publish updated package to NPM, run the following command:

npm run publish-packages