reaxt-example
                                
                                
                                
                                    reaxt-example copied to clipboard
                            
                            
                            
                        An example and test application for "reaxt", the react integration for elixir
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 inweb/css/app.css.