https://github.com/pspdfkit/pspdfkit-web-example-elm
This example shows how to integrate PSPDFKit for Web into an Elm app.
https://github.com/pspdfkit/pspdfkit-web-example-elm
Last synced: about 1 year ago
JSON representation
This example shows how to integrate PSPDFKit for Web into an Elm app.
- Host: GitHub
- URL: https://github.com/pspdfkit/pspdfkit-web-example-elm
- Owner: PSPDFKit
- License: other
- Created: 2019-05-23T16:52:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T10:24:28.000Z (about 1 year ago)
- Last Synced: 2025-02-07T11:27:54.010Z (about 1 year ago)
- Language: Elm
- Homepage: https://pspdfkit.com/
- Size: 125 KB
- Stars: 0
- Watchers: 29
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nutrient Web SDK Example – Elm
This example shows how to integrate [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) into an [Elm](https://elm-lang.org/) app.
## Prerequisites
- [Node.js](http://nodejs.org/)
- A Nutrient Web SDK license. If you don't already have one
you can [request a free trial here](https://www.nutrient.io/try/).
## Support, Issues and License Questions
PSPDFKit offers support for customers with an active SDK license via https://www.nutrient.io/support/request/
Are you [evaluating our SDK](https://www.nutrient.io/try/)? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/sales/
## Getting Started
Clone the repo:
```bash
git clone https://github.com/PSPDFKit/pspdfkit-web-example-elm.git
cd pspdfkit-web-example-elm
```
Install the project dependencies with `npm`:
```bash
npm install
```
Now that everything is installed we need to configure the app to use our [Nutrient Web SDK license key](https://www.nutrient.io/guides/web/current/standalone/integration).
Edit `./config/license-key` and replace the string `YOUR_LICENSE_KEY_GOES_HERE` with the license key that you received via e-mail.
## Running the Example
We are ready to launch the app! 🎉
```bash
npm run start
```
You can now open http://localhost:8080 in your browser and enjoy!
## License
This software is licensed under a [modified BSD license](LICENSE).
## Contributing
Please ensure
[you have signed our CLA](https://www.nutrient.io/guides/web/current/miscellaneous/contributing/) so that we can
accept your contributions.