/webpack-react-sample

simple code example for using webpack with react

Primary LanguageJavaScript

Requirements

  1. node.js
  2. webpack installed globally see http://webpack.github.io/ if the current machine doesn't have webpack installed

Install dependencies

run npm install or yarn

Transpile JSX to JS

run webpack

Other notes

you need to run the files on a web server