The environment

By Julien Noleau, November 7, 2016

The first step : set a working dev environment. We want to be able to open a window in Electron, load hmtl with hot reload capabilities for React & CSS. The stack we want is ES6 with flowtype and some linting rules.

Read More