Create the GraphCompute Project
Learn how to set up the GraphCompute module in the umbrella app.
We'll cover the following...
Project creation
We’ll follow the usual procedure for creating the new project GraphCompute
:
$ mix new graph_compute --sup
This generates an app with a supervision tree and an application ...