Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingdutch/reason-morph-platformsh-demo
This is the Morph demo deployed to Platform.sh. This repository is not maintained but exists for experimental and discussion purposes only.
https://github.com/kingdutch/reason-morph-platformsh-demo
Last synced: 28 days ago
JSON representation
This is the Morph demo deployed to Platform.sh. This repository is not maintained but exists for experimental and discussion purposes only.
- Host: GitHub
- URL: https://github.com/kingdutch/reason-morph-platformsh-demo
- Owner: Kingdutch
- License: mit
- Created: 2020-08-13T11:07:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T15:46:43.000Z (over 4 years ago)
- Last Synced: 2024-11-07T22:49:25.661Z (3 months ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Reason Morph Platform.sh - Demo
This repository is based on the [Morph GraphQL Server Pesy Template](https://github.com/reason-native-web/morph-graphql-server-pesy-template)
This template can be used to get up and running quickly with [`Morph`](https://github.com/reason-native-web/morph).
Platform.sh configuration has been added in `.platform.app.yaml` and `.platform/` to see if this runs on Platform.sh. Platform.sh doesn't support OCaml as runtime so we use Node.js instead and build everything in the build step.
## Creation
This repository was created with the following commands. After which git was added and the Platform.sh configuration was manually created.
```
yarn global add esy pesy@nextmkdir morph-playground
cd morph-playgroundpesy --template=reason-native-web/morph-graphql-server-pesy-template
esy start
```