Skip to content

A boilerplate showing how to setup isomorphic-webpack.

Notifications You must be signed in to change notification settings

andr-c/isomorphic-webpack-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isomorphic-webpack-demo

A demo showing how to setup isomorphic-webpack.

Setup

To start the server:

git clone https://github.com/gajus/isomorphic-webpack-demo.git
cd ./isomorphic-webpack-demo
npm install
export DEBUG=express:application,isomorphic-webpack
npm start

This will start the server on http://127.0.0.1:8000/.

Scope of the demo

The demo is intentionally lightweight.

The generated output is limited to:

<!doctype html>
<html>
  <head></head>
  <body>
    <div id='app'>
      <div class="app-___style___greetings" data-reactroot="" data-reactid="1" data-react-checksum="72097819">Hello, World!</div>
    </div>

    <script src='/static/app.js'></script>
  </body>
</html>

Raise an issue to request additions to this demonstration.

About

A boilerplate showing how to setup isomorphic-webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.4%