- Make sure that you have Node v8 or above installed.
- Clone this repo using
git clone --depth=1 https://github.com/satishjhanwer/read-books.git - Move to the appropriate directory:
cd read-books - Run
npm installin order to install dependencies - Set
GOOD_READ_ENDPOINTandGOOD_READ_KEYas env variables - Run
npm startto start the application in production mode athttp://localhost:3000. - Run
npm start:devto start the application in development mode. - Run
npm run testto execute various test case ( Some of the test case will fail as they are not written )
This project was bootstrapped using React-boilerplate Created by Max Stoiber.