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 [email protected]
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