Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 311 Bytes

File metadata and controls

13 lines (9 loc) · 311 Bytes

Back-End of Local-Library-Management-System

You need to have nodemon and concurrently globaly installed on your system in order to run the project in dev mode.

yarn add --global nodemon concurrently

After installing those, You should be able to run the project using:

yarn dev