You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: