Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conductionnl/pwa-pip-nijmegen

First draft of a pwa bassed pip (poc) for the manucipality of nijmegen
https://github.com/conductionnl/pwa-pip-nijmegen

Last synced: 17 days ago
JSON representation

First draft of a pwa bassed pip (poc) for the manucipality of nijmegen

Awesome Lists containing this project

README

        

# API Connector

The conduction commonground api connector consist of a

## Development

### Prerequsites
For development purposes you wil need iether [docker]() or [node](https://nodejs.org/en/download/) installed on you local machine depending on what kin of development you are planning to execute

### Getting started
Its recomended to us docker-compose when buidling a full integration and NPM when just making graphical fixes

Spinning up your enviroment in docker-compose
```CLI
$ docker-compose up
```
Afhter this you environment wil be available on

Spinning up your enviroment in yarn
```CLI
$ yarn dev
```
Afhter this you environment wil be available on http://localhost:3000