Skip to content

This repository contains a very small Elm frontend application. Its purpose is simply to showcase a minimal Elm project structure and include the compiled Elm output inside a static HTML file.

Notifications You must be signed in to change notification settings

tysker/elm_mini_frontend_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Elm Frontend App

This repository contains a very small Elm frontend application. Its purpose is simply to showcase a minimal Elm project structure and include the compiled Elm output inside a static HTML file.

The project does not implement any complex UI or business logic. It serves as a compact example of how an Elm application is organized and how the generated JavaScript is embedded into an HTML page. The index.html file includes the compiled Elm output produced by the Elm compiler .

What’s Included

  • A minimal Elm project (elm.json, src/ folder)
  • A simple index.html file that loads and runs the Elm app
  • A couple of small JSON files used for local testing

Intended Use

The repository is mainly for experimentation, testing, and reference — a minimal baseline for running Elm in the browser without additional tooling or frameworks.

Running the App

Compile the Elm source:

elm make src/Main.elm --output=elm.js

Then open index.html in your browser.

About

This repository contains a very small Elm frontend application. Its purpose is simply to showcase a minimal Elm project structure and include the compiled Elm output inside a static HTML file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •