zufrizalyordan / webpack-react-sample

simple code example for using webpack with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple code example for using webpack with react


Languages

Language:JavaScript 91.7%Language:HTML 8.3%