Skip to content

Example of how to build an isomorphic react app

License

Notifications You must be signed in to change notification settings

Hosar/iso-react-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iso-react-demo

Example of how to build an isomorphic react app. Slides from #strangeloop

Runs at localhost:4000.

Setup

npm install

# if you don't have webpack
npm install webpack -g

Run the following in separate windows.

webpack --watch
gulp browser-sync
npm start
  • When you start browser sync it will open a window for you automatically, since there is no index.html it will show an error. To verify it is working, test /build/browser.js

Libraries

  • Requires webpack to build
  • Browser sync is to server static assets so we don't need to bundle them into the webpack bundle for the server. Browser sync will decide what port to use automatically and log it in the terminal window.

References/Resources

About

Example of how to build an isomorphic react app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.7%