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: README.md
+12-11Lines changed: 12 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,15 @@ Every generated project will contain a readme with guidelines for future develop
89
89
The latest version is available [here](https://github.com/halfzebra/create-elm-app/blob/master/template/README.md)
90
90
91
91
## Why use this?
92
-
Developing with [elm-platform](https://github.com/elm-lang/elm-platform) is fun and easy, but at some point, you will hit a couple of limitations.
92
+
Developing with Elm is fun and easy, but at some point, you will hit a couple of limitations.
93
93
94
-
-[elm-make](https://github.com/elm-lang/elm-make)does not provide an efficient build tool for optimizing your project.
95
-
-[elm-reactor](https://github.com/elm-lang/elm-reactor) does not work with apps that rely on [ports.](http://guide.elm-lang.org/interop/javascript.html)
96
-
- You can not use [Hot Module Replacement.](https://webpack.github.io/docs/hot-module-replacement.html)
94
+
-[elm-make](https://guide.elm-lang.org/install.html#elm-make)has a limited support for working with JavaScript and CSS.
95
+
-[elm-reactor](https://guide.elm-lang.org/install.html#elm-reactor) does not work with apps that rely on [ports.](http://guide.elm-lang.org/interop/javascript.html)
96
+
- You can not use [Hot Module Replacement.](https://webpack.js.org/concepts/hot-module-replacement)
97
97
98
98
Create Elm App adds a tool for optimizing production builds and running a development server with your app, which supports HMR.
99
99
100
-
All of that, combined with all the basic functionality of [elm-platform](https://github.com/elm-lang/elm-platform) in a single command line tool, which you might use as a dependency or `eject` anytime.
100
+
All of that, combined with all the functionality of [elm](https://guide.elm-lang.org/install.html) in a single command line tool, which you might use as a dependency or `eject` anytime.
101
101
102
102
## Want a custom setup?
103
103
@@ -120,7 +120,7 @@ Inspired by [create-react-app](https://github.com/facebookincubator/create-react
120
120
The tools used by Create Elm App are subject to change.
121
121
Currently it is a thin layer on top of many amazing community projects, such as:
*[webpack](https://webpack.js.org/) with [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [html-webpack-plugin](https://github.com/ampedandwired/html-webpack-plugin) and [style-loader](https://github.com/webpack/style-loader)
126
126
*[Babel](http://babeljs.io/) with ES6
@@ -134,9 +134,10 @@ All of them are transitive dependencies of the provided npm package.
134
134
We would love to get you involved! Please check our [Contributing Guide](CONTRIBUTING.md) to get started!
0 commit comments