create-elm-app icon indicating copy to clipboard operation
create-elm-app copied to clipboard

🍃 Create Elm apps with zero configuration

Results 59 create-elm-app issues
Sort by recently updated
recently updated
newest added

I'm interested in trying to use Web Components in an Elm app created using the awesome create-elm-app project. The [guide to Web Components at elmprogramming.com](http://elmprogramming.com/interacting-with-web-components.html) looks very attractive; however, it...

question
discussion

# Create Elm App Roadmap In this issue I will document the roadmap for future features of Create Elm App. This is the first version of it and it most...

discussion

Currently, create-elm-app installs about 22,000 files, including its own copy of the Elm binaries. This creates challenges. First, the set of binaries includes the core platform stuff but not elm-format,...

discussion

What do you think about to include [Elm Analyse](https://stil4m.github.io/elm-analyse/) in `create-elm-app` for the `elm-app test` script? It looks promising and gives you a lot of hints what could be made...

feature

Let's say as as user I have created my app with c-e-a and now I want to setup `npm run deploy` which runs `elm-app build` and then some custom deploy...

feature
discussion

### Is this a bug report? Referencing any files from CSS (even placed in `/public`) appear to get packaged and then referenced incorrectly (using `/static/css` as the root). I have...

It would be cool if there was a line based mode for `elm-app start`, where it doesn't overtake your whole terminal window, but instead just prints new lines for every...

### Is this a bug report? Yes ### Environment 1. `node -v`: v19.3.0 2. `npm -v`: 9.2.0 3. `yarn --version` (if you use Yarn): n/a 4. `npm ls create-elm-app -g`...