cd
into the top-level workshop repository, and then run:
npm install
-
Open
elm-graphql-workshop
the top-level workshop repository in your editor of choice. -
Try running this command and opening
localhost:8000
to ensure that everything is working:
./run.sh ./src/hello
The workshop instructions will be divided between the presentation and the exercises.