https://github.com/wolfadex/flash-like
https://github.com/wolfadex/flash-like
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfadex/flash-like
- Owner: wolfadex
- Created: 2024-04-27T16:26:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T23:06:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T18:14:55.519Z (over 1 year ago)
- Language: Elm
- Size: 12.7 KB
- Stars: 0
- 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
```