Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sebbean opened this issue Jul 8, 2016 · 1 comment
Open

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

sebbean opened this issue Jul 8, 2016 · 1 comment

Comments

@sebbean
Copy link

sebbean commented Jul 8, 2016

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants