rayman1104 / ra-data-nestjsx-crud

Data provider which integrates React Admin with NestJS CRUD library
MIT License
100 stars 27 forks source link

How to install this fork #6

Closed osikes closed 3 years ago

osikes commented 3 years ago

This branch is the only listed and claimed working integration between react-admin and nestjs. https://marmelab.com/react-admin/DataProviders.html

How do I install this, given there is no version number in the package.json ?

rayman1104 commented 3 years ago

To install using npm: npm i ra-data-nestjsx-crud using yarn: yarn add ra-data-nestjsx-crud

Here is the version in the package.json: https://github.com/rayman1104/ra-data-nestjsx-crud/blob/master/packages/data-provider/package.json#L3 Here is the link to npm: https://www.npmjs.com/package/ra-data-nestjsx-crud

osikes commented 3 years ago

Thank you so much, that set me in the right direction 😄