Library app frontend in React. implemented for CRUD Pattern Blog Post demonstration.
Follow below steps to get started:
yarn install
to install dependencies mentioned in package.jsonyarn start
to start the server and run the appyarn build
to build the app for production inbuild
folder