https://github.com/wolfadex/elm-template-minimal
A very basic template for working on Elm projects
https://github.com/wolfadex/elm-template-minimal
beginner elm elm-lang template
Last synced: 2 months ago
JSON representation
A very basic template for working on Elm projects
- Host: GitHub
- URL: https://github.com/wolfadex/elm-template-minimal
- Owner: wolfadex
- Created: 2024-01-04T19:49:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T22:00:03.000Z (4 months ago)
- Last Synced: 2026-03-03T08:06:16.126Z (3 months ago)
- Topics: beginner, elm, elm-lang, template
- Language: Elm
- Homepage:
- Size: 107 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Template Minimal
A basic template for tiny Elm projects.
## Features
- [elm-watch](https://lydell.github.io/elm-watch/what-elm-watch-is/) for live reloading and dev server
- [@ryannhg/css-in-elm](https://www.npmjs.com/package/@ryannhg/css-in-elm) for CSS code generation
- [elm-format](https://github.com/avh4/elm-format) for code formatting
- [elm-review](https://www.npmjs.com/package/elm-review) for code review and cleanup
- [run-pty](https://www.npmjs.com/package/run-pty) for running the dev environment in a clean and easy to read manner
- [mise](https://mise.jdx.dev/) for tooling dependencies
- [just](https://just.systems/) for running tasks
## Getting Started
Clone this template, then run
```sh
mise install
npm install
just dev
```