Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 410 Bytes

Bookstore

An app for keeping record of the books

Introduction

Click 'Add a new book' to add a new book to the store You can also delete a book by clicking 'Delete' By clicking on the title or serial number of book, you can update it

Running locally

To run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.