Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:54:25.000Z (5 months ago)
- Last Synced: 2024-10-20T00:33:18.463Z (2 months ago)
- Topics: beginner, elm, elm-lang, template
- Language: Elm
- Homepage:
- Size: 80.1 KB
- Stars: 1
- 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## Getting Started
Clone this template, then run
```sh
npm install
npm run dev
```