kbrw / reaxt-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 47.5%Language:Elixir 46.9%Language:HTML 5.1%Language:CSS 0.5%