Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 587 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 587 Bytes

webpack-react-run-example

To run react with jsx on the webpack quickly
npm: https://www.npmjs.com/package/webpack-react-run-example

How to start

  1. Clone this project
$ git clone https://github.com/onceaweeq/webpack-react-run-example.git
$ cd webpack-react-run-example
  1. Install webpack and webpack dev server
$ sudo npm install webpack webpack-dev-server -g
  1. Install dependency packages
$ npm install
  1. Run webpack-dev-server
$ npm test
  1. Check working well
http://localhost:8080/webpack-dev-server/