Skip to content

Simple book catalogue management app using the basic CRUD operations

Notifications You must be signed in to change notification settings

bijay007/Book-catalogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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