Skip to content

JST2019-WS/GroupD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

168eb13 · Nov 30, 2019

History

98 Commits
Oct 30, 2019
Oct 8, 2019
Nov 18, 2019
Nov 13, 2019
Sep 24, 2019
Sep 25, 2019
Oct 27, 2019
Nov 18, 2019
Oct 15, 2019
Nov 3, 2019
Nov 30, 2019
Oct 3, 2019
Nov 20, 2019
Nov 20, 2019
Nov 18, 2019

Repository files navigation

Group D - Frontend

The frontend is implemented as a preact widget.

Build Status

Setup

First, make sure you have node (>= V6.x) installed. Dependencies can then be installed by running

npm install

in the repo's root.

Running the dev server

A dev server with with HMR and mock API endpoints can be started by running

npm run dev

Testing

To test the application run

npm run test