Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/conductionnl/pwa-pip-nijmegen
- Owner: ConductionNL
- License: mit
- Created: 2021-10-19T11:52:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T08:53:42.000Z (over 2 years ago)
- Last Synced: 2024-06-10T11:31:37.096Z (7 months ago)
- Language: TypeScript
- Size: 3.28 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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 fixesSpinning up your enviroment in docker-compose
```CLI
$ docker-compose up
```
Afhter this you environment wil be available onSpinning up your enviroment in yarn
```CLI
$ yarn dev
```
Afhter this you environment wil be available on http://localhost:3000