This is a simple react app that helps manage books using the basic CRUD operations.
- Yarn
- Node (v8 or higher)
https://github.com/bijay007/Book-catalogue.git
👈 Clone from here
-
Install dependencies
yarn
-
Build app
yarn build:dev
-
Serve app
yarn serve:dev
The app will be served from a local dev server by default - localhost:8080