Volver al ranking

halfzebra/create-elm-app

JavaScript

🍃 Create Elm apps with zero configuration

elmwebpackelm-platformboilerplateclibuild-toolzero-configurationscaffoldinghmr
Crecimiento de estrellas
Estrellas
1.7k
Forks
147
Crecimiento semanal
Issues
32
5001k1.5k
sept 2016dic 2019abr 2023jul 2026
Artefactosnpmnpm install create-elm-app
README

Create Elm App npm version Build Status Build Status

Create Elm apps with no build configuration.

Quickstart

npm install create-elm-app -g
create-elm-app my-app
cd my-app/
elm-app start

Create a production build with elm-app build

Getting Started

Installation

Node >=8 is required for installation.

Yarn

yarn global add create-elm-app

NPM

npm install create-elm-app -g

If you are running Linux OS, you should install it as the superuser:

sudo npm install create-elm-app -g

Creating an App

To create a new app, run:

create-elm-app my-app
cd my-app/

create-elm-app

Create a new my-app folder with files for your future project.

my-app/
├── .gitignore
├── README.md
├── elm.json
├── elm-stuff
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── logo.svg
│   └── manifest.json
├── src
│   ├── Main.elm
│   ├── index.js
│   ├── main.css
│   └── serviceWorker.js
└── tests
    └── Tests.elm

You are ready to employ the full power of Create Elm App!

elm-app start

Run the app in development mode. Open http://localhost:3000 to view it in the browser.

elm-app-start

The page will reload if you make edits. You will see the build errors and lint warnings in the console and the browser window.

elm-app build

Builds the app for production to the build folder. It bundles Elm app and optimizes the build for the best performance.

The build is minified, and the filenames include the hashes.

Guide

Every generated project will contain a readme with guidelines for future development. The latest version is available here

Why use this?

Developing with Elm is fun and easy, but at some point, you will hit a couple of limitations.

Create Elm App adds a tool for optimizing production builds and running a development server with your app, which supports HMR.

All of that, combined with all the functionality of elm in a single command line tool, which you might use as a dependency or eject anytime.

Want a custom setup?

Not happy with the default configuration? Use elm-app eject and customize your process.

That way, you can use Create Elm App as a tool for a boilerplate generation.

Philosophy

Inspired by create-react-app

  • One Dependency: There is just one build dependency. It uses Elm Platform, Webpack, and other amazing projects, but provides a cohesive curated experience on top of them.

  • Zero Configuration: No configuration files or command line options required to start working with Elm. Configuring both development and production builds is handled for you so you can focus on writing code.

  • No Lock-In: You can “eject” to a custom setup at any time. Run a single command, and all the configuration and build dependencies will be moved directly into your project, so you can pick up right where you left off.

What is inside

The tools used by Create Elm App are subject to change. Currently it is a thin layer on top of many amazing community projects, such as:

All of them are transitive dependencies of the provided npm package.

Contributing

We would love to get you involved! Please check our Contributing Guide to get started!

Alternatives

Repositorios relacionados
yewstack/yew

Rust / Wasm framework for creating reliable and efficient web applications

Rustcrates.ioApache License 2.0rustweb
yew.rs
32.7k1.5k
iced-rs/iced

A cross-platform GUI library for Rust, inspired by Elm

Rustcrates.ioMIT Licenseguigraphics
iced.rs
31k1.6k
dvajs/dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)

JavaScriptnpmMIT Licensedvaredux
16.2k3.1k
glideapps/quicktype

Generate types and converters from JSON, Schema, and GraphQL

TypeScriptnpmApache License 2.0jsontypescript
app.quicktype.io
13.8k1.2k
concourse/concourse

Concourse is a container-based automation system written in Go. It's mostly used for CI/CD.

GoGo ModulesApache License 2.0goci
concourse-ci.org
7.9k894
elm/compiler

Compiler for Elm, a functional language for reliable webapps.

HaskellBSD 3-Clause "New" or "Revised" Licenseelmcompiler
elm-lang.org
7.8k685
dependabot/dependabot-core

🤖 Dependabot's core logic for creating update PRs.

RubyRubyGemsMIT Licenseelixirruby
docs.github.com/en/code-security/dependabot
5.7k1.5k
evancz/elm-architecture-tutorial

How to create modular Elm code that scales nicely with your app

ElmBSD 3-Clause "New" or "Revised" Licenseelmexamples
guide.elm-lang.org
4.2k719
sporto/awesome-elm

A curated list of useful Elm tutorials, libraries and software. Inspired by awesome list. Feel free to contribute. :rocket:

elmawesome-list
3.7k221
elm/core

Elm's core libraries

ElmBSD 3-Clause "New" or "Revised" Licenseelmcore
package.elm-lang.org/packages/elm/core/latest
2.8k363
eikek/docspell

Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.

ElmGNU Affero General Public License v3.0ocrstanford-corenlp
docspell.org
2.3k179
ivanceras/sauron

A versatile web framework and library for building client-side and server-side web applications

Rustcrates.ioMIT Licensewebhtml
2.1k61