This repository is the new front-end for Pianoshelf.com written in React and Redux.
To set up an instance of the front-end for Pianoshelf, install all packages:
$ npm install
Note: Access to a local instance of the Pianoshelf API server is necessary. Working with the remote API server is currently not supported but hopefully will be!
To run the dev environment:
$ npm run watch
To run tests:
$ npm run test
To compile assets for production and run the production environment:
$ npm run compile
$ npm run production