Common shared app components for desktop and mobile
Find a file
Akinwale Ariwodola 76f110c05f added README.md
2018-04-05 03:52:33 +01:00
build fix batchActions import in src/redux/actions/search.js 2018-04-04 20:24:32 +01:00
src added README.md 2018-04-05 03:52:33 +01:00
.eslintrc.json added eslint configuration files and scripts 2018-01-19 12:20:07 +01:00
.gitignore Initial commit 2018-01-11 12:54:20 +01:00
.lintstagedrc added Lbryapi export for getExchangeRates method 2018-01-19 12:30:02 +01:00
.prettierrc.json added eslint configuration files and scripts 2018-01-19 12:20:07 +01:00
package.json added lbryURI search fixes from lbry-app master 2018-03-28 12:25:21 +01:00
README.md added README.md 2018-04-05 03:52:33 +01:00
webpack.config.js Some modifications to lbryProxy 2018-03-10 21:02:46 +01:00

lbry-redux

lbry-redux is a module which contains common React and redux code shared between lbry-app and lbry-android.

Installation

Add lbry-redux as a dependency to your package.json file. "lbry-redux": "lbryio/lbry-redux"

Local development

If you intend to make changes to the module and test immediately, you can use npm link to add the package to your node_modules folder. This will create a symlink to the folder where lbry-redux was cloned to.

cd lbry-redux
sudo npm link
cd /<path>/<to>/<project>/node_modules
npm link lbry-redux

Build

Run $ npm build.

License

MIT © LBRY