UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

20 lines (13 loc) 354 B
# Example using `elm-webpack-loader` After cloning the repository, install all the necessary dependencies: ``` $ cd elm-webpack-loader/example $ npm install $ elm-make ``` You may also need to run `npm install` in the parent directory. Now build the example using webpack: ``` $ npm run build ``` Open the `dist/index.html` file to see the result.