erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

npm run dev, open page, show "not found" #1261

Closed FateRiddle closed 7 years ago

FateRiddle commented 7 years ago

I cloned the git, $npm install, $npm run dev, everything worked fine, asked me to open on localhost:3030

I opened it in chrome, only to see 'not found'

Why?

govind999 commented 7 years ago

does console showing any error? i just tried this project and its working for me.

FateRiddle commented 7 years ago

No. No console error. It is not an error kind of NOT FOUND, but a hello world display kind of NOT FOUND.

VSuryaBhargava commented 7 years ago

@FateRiddle The api server runs on port 3030

the app server runs on port 3000

open localhost:3000

govind999 commented 7 years ago

Thats true, it has two applications inside one, the /api/ for api calls runs on different port, so as Surya mentioned use localhost:3000