Octanium91 / react-app-ssr

ReactJS + SSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server-side rendering isn't working

Giuseppetm opened this issue · comments

With npm run ssr:start nothing appears on localhost:3006
It just runs the usual npm start and shows the app on localhost:3000

Any suggestions?

image

try first do command 'npm run build' and then 'npm run ssr:start'