@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">
18 lines (12 loc) • 289 B
Markdown
# Example using `elm-webpack-loader`
After cloning the repository, install all the necessary dependencies:
```
$ cd elm-webpack-loader/example
$ npm install
$ elm-make
```
Now build the example using webpack:
```
$ npm run build
```
Open the `dist/index.html` file to see the result.