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

https://github.com/wolfadex/elm-nix

A template for Elm projects using Nix
https://github.com/wolfadex/elm-nix

Last synced: about 1 year ago
JSON representation

A template for Elm projects using Nix

Awesome Lists containing this project

README

          

# Elm Nix Template

A very basic template for an [Elm](https://elm-lang.org/) project, using [Nix](https://nixos.org/) and [direnv](https://direnv.net/).

## Getting Started

- Make sure you have both Nix and direnv installed
- Clone this repo, or use the GitHub `Use this template` button
- Inside your cloned repo, run `direnv allow`
- Start coding!