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.
- Host: GitHub
- URL: https://github.com/shivraj0/react-webpack
- Owner: Shivraj0
- Created: 2021-04-24T13:21:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T19:25:58.000Z (about 5 years ago)
- Last Synced: 2025-05-17T15:11:22.721Z (about 1 year ago)
- Topics: javascript, react, webpack
- Language: JavaScript
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```