Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤖
- Host: GitHub
- URL: https://github.com/peterfication/calculator
- Owner: peterfication
- Created: 2017-08-20T08:56:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T13:37:27.000Z (over 7 years ago)
- Last Synced: 2024-12-01T11:40:33.838Z (about 1 month ago)
- Topics: drab, elixir, phoenix
- Language: Elixir
- Homepage: https://drab-calculator.herokuapp.com
- Size: 82 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```