Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 958 Bytes

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.