Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/olca-ipc-web-example
https://github.com/greendelta/olca-ipc-web-example
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/olca-ipc-web-example
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2023-02-17T13:39:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T13:05:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-11T16:19:43.208Z (7 months ago)
- Language: TypeScript
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# olca-ipc-web-example
This is a small example application that demonstrates how the openLCA IPC API
can be called and integrated into a web-application. The example uses the
olca-ipc npm package, React, and Pico.css, is written in TypeScript, and
packaged with webpack. It just provides a small dialog for connecting to an IPC
server and calculating a product system. You can test the example application
here:https://greendelta.github.io/olca-ipc-web-example
## Building from source
If you have a current version of Node.js and npm installed, you can build it
from source like this:```bash
cd olca-ipc-web-example
npm install
npx webpack
```