Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

File metadata and controls

16 lines (12 loc) · 324 Bytes

Setup React Application using Webpack

Configuration for setting up a react application using Webpack and babel plugin.

Installation

Use npm package manager to install dependencies.

npm install

Usage

npm run start:dev // For Development.
npm run build:prod // For Production Build.