Go to file
Lucas Verney ef4dfd1176 Accessibility stuff 2016-07-26 13:21:37 +02:00
app Accessibility stuff 2016-07-26 13:21:37 +02:00
hooks Better webpack config 2016-07-25 23:22:44 +02:00
vendor Manage CSS with webpack as well, reduce number of final scripts 2016-07-25 01:04:09 +02:00
.babelrc Initial commit 2016-07-24 23:46:27 +02:00
.eslintignore Initial commit 2016-07-24 23:46:27 +02:00
.eslintrc.js Accessibility stuff 2016-07-26 13:21:37 +02:00
.gitignore Initial commit 2016-07-24 23:46:27 +02:00
.stylelintrc Better webpack config 2016-07-25 23:22:44 +02:00
LICENSE Initial commit 2016-07-24 23:46:27 +02:00
README.md Better webpack config 2016-07-25 23:22:44 +02:00
TODO Accessibility stuff 2016-07-26 13:21:37 +02:00
favicon.ico Initial commit 2016-07-24 23:46:27 +02:00
fix.ie9.js Initial commit 2016-07-24 23:46:27 +02:00
index.all.js Accessibility stuff 2016-07-26 13:21:37 +02:00
index.development.js Accessibility stuff 2016-07-26 13:21:37 +02:00
index.html Manage CSS with webpack as well, reduce number of final scripts 2016-07-25 01:04:09 +02:00
index.js Accessibility stuff 2016-07-26 13:21:37 +02:00
index.production.js Accessibility stuff 2016-07-26 13:21:37 +02:00
package.json Accessibility stuff 2016-07-26 13:21:37 +02:00
webpack.config.base.js Better webpack config 2016-07-25 23:22:44 +02:00
webpack.config.development.js Initial commit 2016-07-24 23:46:27 +02:00
webpack.config.js Initial commit 2016-07-24 23:46:27 +02:00
webpack.config.production.js Better webpack config 2016-07-25 23:22:44 +02:00

README.md

Ampache React

This is an alternative web interface for Ampache built using Ampache XML API and React.

Trying it out

Just drop this repo in a location served by a webserver and head your browser to the correct URL :)

Support

The supported browsers should be:

  • IE >= 9 (previous versions of IE are no longer supported by Microsoft)
  • Any last three versions of major browsers (> 1% net share).
  • No support provided for Opera Mini.

If you experience any issue, please report :)

Building

Building of this app relies on webpack.

First do a npm install to install all the required dependencies.

Then, to make a development build, just run webpack in the root folder. To make a production build, just run NODE_ENV=production webpack in the root folder. All files will be generated in the app/dist folder.

Please use the Git hooks (in hooks folder) to automatically make a build before comitting, as commit should always contain an up to date production build.

License

This code is distributed under an MIT license.

Feel free to contribute and reuse. For more details, see LICENSE file.