https://github.com/conductionnl/proto-pwa-next
PWA prototype
https://github.com/conductionnl/proto-pwa-next
Last synced: about 1 year ago
JSON representation
PWA prototype
- Host: GitHub
- URL: https://github.com/conductionnl/proto-pwa-next
- Owner: ConductionNL
- License: mit
- Created: 2021-11-01T19:42:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T12:48:01.000Z (over 4 years ago)
- Last Synced: 2025-02-02T04:28:51.369Z (over 1 year ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 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