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

https://github.com/codesandbox/codesandbox-template-elixir

An empty boilerplate template to start a fresh project
https://github.com/codesandbox/codesandbox-template-elixir

Last synced: 11 months ago
JSON representation

An empty boilerplate template to start a fresh project

Awesome Lists containing this project

README

          

# Elixir

This is an empty `mix` project called `:my_app` ready for your Elixir code.

[![Edit in CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/codesandbox/codesandbox-template-elixir)

## Implementation

CodeSandbox uses [NixOS](https://nixos.org/) to provide support for languages and frameworks not pre-installed in its environments.
Check out [default.nix](default.nix) to see how you can set up Elixir and Erlang in the environment of an existing repository.

## Resources

- [CodeSandbox Projects — Docs](https://docs.codesandbox.io)
- [CodeSandbox — Discord](https://discord.gg/Ggarp3pX5H)