Skip to content

Commit 7ab0e2b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents bca4b4a + a359fdd commit 7ab0e2b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# React Starter Project with Webpack and Babel
2+
3+
## Description
4+
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.
5+
6+
## Getting Started
7+
8+
### Prerequisites
9+
- Node.js (>= 14.x)
10+
- npm (>= 6.x) or Yarn (>= 1.x)
11+
12+
### Installation
13+
14+
1. Clone the repository:
15+
```bash
16+
git clone https://github.com/gauravgorade/setup-react-with-webpack-and-babel.git
17+
cd setup-react-with-webpack-and-babel
18+
19+
### Install dependencies
20+
yarn install
21+
22+
### start the development server with hot reloading
23+
yarn start
24+
25+
### create a production build
26+
yarn build
27+

0 commit comments

Comments
 (0)