Skip to content

pianoshelf/webclient-react

Repository files navigation

Pianoshelf Web Client

Circle CI

This repository is the new front-end for Pianoshelf.com written in React and Redux.

Installation

To set up an instance of the front-end for Pianoshelf, install all packages:

$ npm install

Running

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

About

React.js front-end for Pianoshelf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published