Skip to content

Component Diagram Frontend

vanpeerdevelopment edited this page Jan 15, 2016 · 4 revisions

Component Diagram - Frontend

The frontend is an AngularJs application written in ES2015. A small guide how the ES2015 code is transpiled using Babel and loaded in the browser using SystemJS can be found here. Gulp is used as build tool. An overview of most of the plugins used can be found here. Dependency management is done using npm and bower. The code is structured according to John Papa's style guide.

The unit tests are also written in ES2015 and are executed using Karma and Mocha. The following page gives an overview how to let Karma execute ES2015 tests. The end-to-end tests make use of protractor and also written in ES2015.

Clone this wiki locally