An open API service indexing awesome lists of open source software.

https://github.com/shivraj0/react-webpack

Setup React Application using Webpack and Babel.
https://github.com/shivraj0/react-webpack

javascript react webpack

Last synced: 3 months ago
JSON representation

Setup React Application using Webpack and Babel.

Awesome Lists containing this project

README

          

## 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.
```bash
npm install
```

#### Usage
```bash
npm run start:dev // For Development.
npm run build:prod // For Production Build.
```