Static GitHub Issues

[1540] Not starting server properly?

prev: PM2 start
next: Where should I put `<!--[if lt IE 9]>` label ?

I finally have my Nuxt.js app up and running in development, but I can't seem to get it started properly on my server. My server is running NPM v3.10.10 and Node v6.11.12, all dependencies are installed properly, and the app builds properly. I've put the app on a subdomain (dev.jonathanalumbaugh.com) and run "npm build" successfully, then run "npm start" and this is what I get:

image

When I visit dev.jonathanalumbaugh.com it just shows me the index of the folder. When I visit dev.jonathanalumbaugh.com:3000 it says that it can't be reached. What am I doing wrong? I checked deployment methods but I'm deploying on my current host instead of Heroku or Now.sh this time, and I tried changing the port in package.json but it started on the same port anyway.

Thanks in advance, sorry for the beginner questions.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1371">#c1371</a>)</em></sub></div>