Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Datenschule/offenesparlament.de-frontend

Repository files navigation

Offenesfrontend

This is the frontend for the new offenesparlament.de

Setup

There are three main components in this app

  • Jekyll for the overall setup and the static pages
  • AngularJS for the dynamic parts in the protocol list
  • Webpack for bundling the angular app

Running

You need to start both webpack and react. For this run (in parallel) jekyll serve and npm run watch.