As is typical for modern JavaScript libraries, the installation is straightforward.
Install withnpm:
npm install redux-ormInstall withyarn:
yarn add redux-ormOr use our precompiledUMD module. Adding the following tag exposes a global calledReduxOrm:
<scriptsrc="https://unpkg.com/redux-orm/dist/redux-orm.min.js"></script>