GitHunt
NI

nimf/combox

Elixir and React studying attempt

Comment box web application example

This application is created merely for educational purposes.
I wanted to gain knowledge in Elixir and React.js and this application is a result of my studying attempt.

To try the app locally in development mode you need to:

  • Install PostgreSQL, Elixir, node, yarn
  • Clone the project
  • cd phoenix
  • mix deps.get
  • Configure your database credentials in phoenix/config/dev.secret.exs (copy it from dev.exs)
  • mix ecto.create
  • mix run priv/repo/seeds.exs
  • mix phx.server
  • Then in another terminal
  • cd react
  • yarn install
  • yarn start - it should open the app in Chrome browser

Languages

Elixir53.1%JavaScript43.2%HTML2.6%CSS1.1%

Contributors

Created November 1, 2017
Updated November 1, 2017