anthonymayer / reaxt-phoenix-example

An example application for "reaxt" set up with Phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reaxt Phoenix Example

This an example of how to get Phoenix and Reaxt to work together. Is based on the original reaxt-example

Test it now (need npm and elixir):

git clone https://github.com/ingerslevio/reaxt-phoenix-example.git
cd reaxt-example
mix deps.get
mix phoenix.server

Then:

Todo

  • Use Plug.Static and WebPack.Plug.Static instead of the temporary created WebpackController.

About

An example application for "reaxt" set up with Phoenix


Languages

Language:Elixir 71.2%Language:JavaScript 19.1%Language:HTML 8.8%Language:CSS 0.8%