Follow these steps to run this project from your local server:
- Clone this repository -
git clone https://github.com/villan106/react-book-shelf-service
- Change into the project repo -
cd react-book-shelf-service
- Download the node modules -
npm install
- Start the project -
npm start
oryarn start