@copart/ops-list-page
v2.0.44
Published
Generic List Page Component
Downloads
1,800
Readme
N.B.
Install homebrew, and ASDF for Node versioning.
install:asdf
install:asdf-node
asdf list all nodejs
(To list all versions of Node available.)asdf install
to install the version of Node, mentioned in.tool-versions
file.
@copart/ops-list-page
Generic List Page Component built in React using @copart/core-components.
Will support the following API's:
- Locking.
- Data fetching and List view rendering.
- URL support on filter change.
- Customized quick searches for user.
Installation
$ git clone https://github.com/copartit/ops-list-page.git
$ cd ops-list-page
$ yarn install
Scripts
Running locally
$ yarn start