You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ You can find the most recent version of this guide [here](https://github.com/hal
20
20
-[reactor](#reactor)
21
21
-[Adding Images and Fonts](#adding-images-and-fonts)
22
22
-[IDE setup for Hot Module Replacement](#ide-setup-for-hot-module-replacement)
23
+
-[Deploying to GitHub Pages](#deploying-to-github-pages)
23
24
24
25
## Sending feedback
25
26
You are very welcome with any [feedback](https://github.com/halfzebra/create-elm-app/issues)
@@ -152,3 +153,25 @@ view model =
152
153
153
154
## IDE setup for Hot Module Replacement
154
155
Remember to disable [safe write](https://webpack.github.io/docs/webpack-dev-server.html#working-with-editors-ides-supporting-safe-write) if you are using VIM or IntelliJ IDE, such as WebStorm.
0 commit comments