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

Every time I make an error in code, the entire DOM (and model) is scrapped and replaced with an error report. It would be so much better if it worked...

### Is this a bug report? No, just a feature request. Hi, maybe we could provide more templates to users, like Elm apps with navigation pre-configured and up and running....

### Is this a bug report? No. ### Feature Request It would be great if there was more information about how to expand the web-pack configuration (without ejecting) to also...

Currently we got two elm when installing this package: .../node_modules/create-elm-app/node_modules/elm-webpack-loader/node_modules/elm/bin/elm .../node_modules/create-elm-app/node_modules/elm/bin/elm FYI the upstream elm-webpack-loader already make elm a peerDependencies

Feel free to close if irrelevant but I have no idea what's happening with this. Link to thread on discourse with details: https://discourse.nixos.org/t/elm-0-19-development/867

feature

A new version of [`elm-docs-preview`](https://github.com/dmy/elm-doc-preview) has recently been released and it adds a cool feature called application documentation, which, as the name suggests, let you build documentation for your application....

### Is this a bug report? Yes. When trying to use `create-elm-app` with npx, it failed with url resolution for string replacement of favicon and manifest. ``` URIError: Failed to...

Hey there, I use create-elm-app for all my projects and its fantastic! I recently added the testing to CI via the guide here, but I think it would be nice...

Hey there! i love create-elm-app. It's awesome. *I have an idea.* Writing elm JSON encoders / decoders means writing a lot of boilerplate. I suggest code generation as an approach...

I wanted to resume discussion on creation of web-components with create-elm-app. Desired goal: use zero-configuration setup to build a web-component rather than app. In order to achieve this goal my...