###This is a react app
To get started the easy way see the read me at /engine/ folder.
To continue and start both react and flask app, read along.
- Run
yarn installto install the app dependencies. - Run
yarn startto run the dev server athttp://localhost:8080oryarn buildto build a production bundle at/engine/db_id/static/libs/build/
NB:: if you start the dev server without first starting the flask app, you wil get a blank page, see step one above
From the app page you can search for titles and get a list with ids (unique) of all items that match the search term. You can also edit/update items on this dashboard.