Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 495 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 495 Bytes

Library System

Basic Library system app build with MERN stack and Redux for state management

Quick Start

// Install dependencies

npm install

// Install dependencies client side

npm run client-install

// Run the server and Client with concurrently

npm run dev

// Run express server only

npm run start

// Run client only

npm run client

// Run test in server side

npm run test

App Info

Author

Krishna Kamal Singh

Version

1.0.0