Closed rgbkrk closed 9 years ago
As part of our dev process, we should provide live-reload:
"livereload": "live-reload --port 9091 dist/",
We'll also need to inject this in our index.html file.
<script src="//localhost:9091"></script>
Done in #14
As part of our dev process, we should provide live-reload:
We'll also need to inject this in our index.html file.