Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 718 Bytes

File metadata and controls

27 lines (18 loc) · 718 Bytes

React Starter Project with Webpack and Babel

Description

This is a starter project for building a React application using Webpack and Babel. It includes configurations for development and production environments, handling CSS and image files, and managing environment variables with dotenv.

Getting Started

Prerequisites

  • Node.js (>= 14.x)
  • npm (>= 6.x) or Yarn (>= 1.x)

Installation

  1. Clone the repository:
    git clone https://github.com/gauravgorade/setup-react-with-webpack-and-babel.git
    cd setup-react-with-webpack-and-babel
    

Install dependencies

yarn install

start the development server with hot reloading

yarn start

create a production build

yarn build