- 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 install
in order to install dependencies - Set
GOOD_READ_ENDPOINT
andGOOD_READ_KEY
as env variables - Run
npm start
to start the application in production mode athttp://localhost:3000
. - Run
npm start:dev
to start the application in development mode. - Run
npm run test
to 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.