Skip to content

This is a basic project that demonstrates how to use Webpack and Babel to create a React application.

Notifications You must be signed in to change notification settings

gauravgorade/setup-react-with-webpack-and-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ab0e2b · Jul 24, 2024

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a basic project that demonstrates how to use Webpack and Babel to create a React application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published