A SOCIAM project for viewing where mobile applications are sending your personal data. This project usitilises a Data repository produced by the X-Ray Archiver.
Ensure you have node, npm and angularCli set up for quick start.
cd
to the edi
folder in the project. Then run npm install
followed by ng serve -o
. This will initialise the node modules required by the project and then use the angular command line interface to serve the page to localhost:4200
. You can use --port <num>
to specify a different port.
materialise for angular 4 thingie was used.