Skip to content

nilshartmann/react-webpack-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Webpack Example

Very simple and not yet complete example on how to use Webpack together with React.

Use case:

Present greeting cards to user :-)

Sample Application

You can find a running example of the app's latest version here: https://nilshartmann.github.io/react-webpack-example/

Features shown so far:

Run:

  • npm install: To install all dependencies
  • npm run devserver: to start Webpack development server
  • Point your browser to http://localhost:8080 and enjoy greeting cards :-)
  • Change some CSS or JavaScript files and see modifications on the fly. No reloading is necessary. React state will be preserved during reloads.

Blog post

This example application is part of a (german) blog post, that I've written about React and Webpack. You can find the blog post on the german React community site reactjs.de: http://reactjs.de/posts/react-anwendungen-mit-webpack-entwickeln