react-server-render-example
v1.0.0
Published
Example showing view render from the Server, using React and Express.
Readme
Example showing view render from the Server, using React and Express.
Run
npm install
webpack
npm run start-server
commenting out <%- reactOutput %> from views/index.ejs would result in client render.
