sample_react_library_bargeron
v1.0.1
Published
This is a sample boilerplate for React Component Library
Readme
Installation
Using NPM:
Since this Plugin is not officially published yet please follow below steps for local testing.
Install Node Modules for web pack dependencies.
npm installIn the root of your NPM package, do this to build.
npm run buildInstall the Package into local node_modules.
npm install . -gCreate a symlink package that points to your working directory.
npm linkLocal NPM Package installation. Use this command in relevant React project directory. This will link global node_module plugin directory to project's local node_modules directory.
npm link oodt_fm_plugin_sample
