basic-webpack-react
v1.0.1
Published
A collection of React components: CheckoutButton, UserProfileForm, and LoadingButton.
Downloads
22
Maintainers
Readme
Basic Webpack React Setup with Rollup
This project is a simple React application setup, bundled using Webpack for development and Rollup for production builds. It leverages modern JavaScript features and efficient minification for optimal performance.
Table of Contents
- Getting Started
- Prerequisites
- Installation
- Usage
- Build
- Project Structure
- Rollup Configuration
- Troubleshooting
- Contributing
- License
Getting Started
This project is designed to help you quickly get started with React using Webpack for development and Rollup for optimized production builds. It includes minification via @rollup/plugin-terser
and transpiling modern JavaScript with Babel.
Prerequisites
Before you begin, make sure you have the following installed:
Installation
Clone the repository to your local machine:
git clone https://github.com/Rohan2002Pisal/NPM_PACKAGE_Basic_Webpack_React.git cd Basic_Webpack_React