/todomvc-elixir-react

The TodoMVC project using elixir and react

Primary LanguageElixir

Todomvc

The TodoMVC project built with Elixir and React.

Starting the server

To start your Phoenix app:

  • Install server dependencies with mix deps.get
  • Install client dependencies with npm install
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Tests

  • To run unit tests mix test
  • To run integration tests first install and start chromedriver then execute mix test --only integration

Learn more