Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```