Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.89 KB

readme.md

File metadata and controls

37 lines (32 loc) · 1.89 KB

INF5750 Data store App (Group project - Autumn 2016)

banner

This repository hosts source code the group project of Open Source Development course (University of Oslo Autumn 2016). The main idea is to provide convenient way to access and modify data from data store module of DHIS2 system.

Team members

Installation instructions

  • Install npm/node
  • Install webpack globally (sudo) npm install -G webpack
  • In the root of the project run npm install command
  • Run webpack command
  • Go to build and open index.html file in browser

Development

Tools and libraries used