Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 442 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 442 Bytes

library-app

A library application for book loaning management

Prerequisites

This application uses MongoDB as a backend MongoDB

Project setup

npm install

Run the app!

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.