cem2ran / morph-graphql-server-pesy-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morph-graphql-server-pesy-template

Note: This is a template and since it contains template variables, it cannot be used on it's own.

This template can be used to get up and running quickly with Morph.

To bootstrap a application with this template run the following:

Install esy and pesy from npm.

npm -g install esy
npm -g install pesy@0.5.0-alpha.7

Then create a project folder, cd into that folder and create the project from this template.

mkdir my-project
cd my-project
pesy --template=reason-native-web/morph-graphql-server-pesy-template

About

License:MIT License


Languages

Language:JavaScript 47.5%Language:OCaml 40.9%Language:C++ 11.6%