/reaxt-example

An example and test application for "reaxt", the react integration for elixir

Primary LanguageJavaScript

Reaxt Example

Test it now (need npm and elixir):

git clone https://github.com/awetzel/reaxt-example
cd reaxt-example
mix deps.get
iex -S mix

Then :

  • go to http://localhost:8099 to see an example application,
  • you can test hot loading by changing a react template in web/components/xx, or the css in web/css/app.css.