Skip to content

Creating a bundle of your server side code with Webpack 2, and use it in a Universal React application.

Notifications You must be signed in to change notification settings

grenti/universal-react-server-bundle

 
 

Repository files navigation

Universal React Server Bundle with Webpack

A minimalistic example of how to create a bundle of your server side code with Webpack 3, and use it in a Universal React application.

Latest updated 2017-09-20

Build

$ npm install
$ npm run build

Run

$ cd dist
$ node server.bundle.js

Go to http://localhost:3000 in your browser

About

Creating a bundle of your server side code with Webpack 2, and use it in a Universal React application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • CSS 2.3%