Open sebbean opened 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
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