Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 285 Bytes

Book-store

React-redux book store app.

See the live site here.

Usage

Make sure npm is installed.

$ git clone https://github.com/Paarmita/Book-Store.git
$ cd Book-store
$ npm install
$ npm start

For running the tests

$ npm test