Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterfication/calculator

Simple calculator - A demo application for drab with Phoenix 🤖
https://github.com/peterfication/calculator

drab elixir phoenix

Last synced: about 1 month ago
JSON representation

Simple calculator - A demo application for drab with Phoenix 🤖

Awesome Lists containing this project

README

        

# Calculator

This is a simple calculator to try out the capabilities of [Drab](https://tg.pl/drab).

## Local development

To start the Phoenix app:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `npm install && node_modules/brunch/bin/brunch build`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Heroku configuration

```
=== drab-calculator Buildpack URLs
1. https://github.com/HashNuke/heroku-buildpack-elixir.git
2. https://github.com/gjaldon/heroku-buildpack-phoenix-static.git
```