manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How using file server.js after build ?

caohoangnam opened this issue · comments

commented

Hi,
I'm using resource and build it. But when the build a show file server.js in folder build/server/server.js and I don't know using it.
So, how to use file server.js. Thank you so much :)

Hey, you deploy it to a server with node installed and then run node build/server/server.js.