https://github.com/wolfadex/elm-weather-app
https://github.com/wolfadex/elm-weather-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/elm-weather-app
- Owner: wolfadex
- Created: 2024-05-04T23:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T23:12:58.000Z (about 2 years ago)
- Last Synced: 2025-02-07T18:14:53.891Z (over 1 year ago)
- Language: Elm
- Size: 4.88 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
```