Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aborn/hello_sugar

hello sugar framework web
https://github.com/aborn/hello_sugar

Last synced: 30 days ago
JSON representation

hello sugar framework web

Awesome Lists containing this project

README

        

# HelloSugar
sugar-framework web

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add hello_sugar to your list of dependencies in `mix.exs`:

def deps do
[{:hello_sugar, "~> 0.0.1"}]
end

2. Ensure hello_sugar is started before your application:

def application do
[applications: [:hello_sugar]]
end