Skip to content

TrendingTechnology/daily-press-revue

Repository files navigation

Daily press revue

Codeship Status for thierrymarianne/daily-press-revue

About

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