JPMC Assignment project - 07-07-2021
1. git clone https://github.com/sandeep-reddy-u/Assignment-JPMC.git
2. cd Assignment-JPMC/assets-app
3. yarn install
4. yarn start
This should bring up the application at http://localhost:3000/
yarn test --watchAll
At http://localhost:3000/ you will be able to see assets list in a tabular form.
This table supports sorting by column. Click on any of the table column header to sort assets by that column values.
Supports ascending, descending and default(no sorting) sorting.