Daily press revue
A client of daily press review.
Installation
Install git and clone the project repository
make clone-project
Install node.js,
preferally with nvm
Install the project JavaScript dependencies
make install-javascript-dependencies
Development
Run a development server with webpack
make development-server
Build
make build
Test
make unit-test