douglascorrea / elm-webpack-phoenix

Just a reference repository ilustrating Elm + Phoenix + Webpack + Hot Reload
19 stars 0 forks source link

not seeing 'app' when hitting localhost:8080 #2

Open sebbean opened 8 years ago

sebbean commented 8 years ago

just seeing this file browser type UI - maybe i'm unfamiliar with what it's trying to do

this is after mix deps.get mix ecto.setup npm install

screen shot 2016-07-08 at 12 09 50 pm
douglascorrea commented 8 years ago

I need to create a decent README.md file besides an article explaining the setup, but it should work with:

mix phoenix.server

it will open webpack-dev-server in localhost:8080 and phoenix server in localhost:4000.

You don't need to care about webpack-devserver and you should work on localhost:4000, the webpack-dev-server will take care of hot-reloading Elm code and Phoenix will take care of reloading when you change Elixir code.

Please tell me if after mix phoenix.server it is working on localhost:4000