Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 584 Bytes

Book Catalogue Manager

This is a simple react app that helps manage books using the basic CRUD operations.


Prerequisite:

  • Yarn
  • Node (v8 or higher)
  • https://github.com/bijay007/Book-catalogue.git 👈 Clone from here

Run this project:

  • 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