react-tutorial-webpack icon indicating copy to clipboard operation
react-tutorial-webpack copied to clipboard

React Tutorial using webpack

React Tutorial with webpack

Build the official React Tutorial using webpack module bundler.

Installation

npm install

Build

npm run build

Start

npm start

Open http://localhost:3000.