A simple client that organizes and presents information about the user's Magic: the Gathering™ Online card collection.
npm install
npm install -g webpack webpack-dev-server
webpack-dev-server
$ BUILD_ENV=production webpack
Use the -p
flag to produce minified code for either version.
$ BUILD_ENV=production webpack -p
The build outputs to dist/
and can be tested by running a server in that folder.
The client depends on the user uploading their Magic: the Gathering™ Online collection via the web interface. It is then able to give an overview of the value of said collection as well as cursory data analysis.
The server serves card price lists aggregated from third party sites since the client isn't allowed to do this.