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

App not starting in dev mode #698

Closed
hackingbeauty opened this issue Dec 13, 2015 · 5 comments
Closed

App not starting in dev mode #698

hackingbeauty opened this issue Dec 13, 2015 · 5 comments

Comments

@hackingbeauty
Copy link

Hello,

I just downloaded the repo, ran npm install, then npm run dev; however, the app in dev mode is not starting for me.

What localhost port should my browser point to in order to access the app in dev mode? localhost:3030 does not work for me.

Thanks!

@Sicria
Copy link

Sicria commented Dec 13, 2015

localhost:3030 is the address for the API server, you'll be wanting to connect to localhost:3000 to view the frontend.

@hackingbeauty
Copy link
Author

OK, localhost:3000 wasn't working for me due to issue #650. After implementing the suggestions in #650, I was able to start the app in dev mode.

@29er
Copy link

29er commented Dec 15, 2015

yep, same as @hackingbeauty . after the fix worked fine.

@quicksnap
Copy link
Collaborator

Anything left to be done with this, or shall we close?

@hackingbeauty
Copy link
Author

We can close.

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

4 participants