Thursday, 16 March 2017

How to deploy a React.js application?

I'm trying to deploy a React application based on

https://github.com/davezuko/react-redux-starter-kit

But what's the best way to do it? Start the node server with yarn start on my VPS, or serve the static content produced by npm compile / yarn deploy:prod? And what is the difference between compile/deploy/build ?



via LuCavallin

No comments:

Post a Comment