Simple example of SSR React app running on the @zeit platform
I wanted to learn how to use the @now/node
builder and not the @now/node-server
builder to power a SSR react app.
For this whole thing to work, don't forget to setup libraryTarget
in webpack.config.js
so that the @zeit's @now/node
builder can use it correctly in the wrapper it produces.
Run npm run deploy
which will build the bundles and deploy 'em.
Haven't added any as the focus was to learn something about @zeit's @now/node
builder and adding + setting the tooling up was taking forever.