Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauravtiwari/react_on_elixir
Server render and mount react components on any elixir web application (WIP)
https://github.com/gauravtiwari/react_on_elixir
Last synced: 18 days ago
JSON representation
Server render and mount react components on any elixir web application (WIP)
- Host: GitHub
- URL: https://github.com/gauravtiwari/react_on_elixir
- Owner: gauravtiwari
- License: unlicense
- Created: 2016-04-16T19:03:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T22:57:55.000Z (over 8 years ago)
- Last Synced: 2024-11-27T19:09:37.103Z (26 days ago)
- Language: Elixir
- Size: 544 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactOnElixir
**TODO: Add description**
## Installation (unpublished)
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add react_on_elixir to your list of dependencies in `mix.exs`:
def deps do
[{:react_on_elixir, "~> 0.0.1"}]
end2. Ensure react_on_elixir is started before your application:
def application do
[applications: [:react_on_elixir]]
end