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.
- Node.js (>= 14.x)
- npm (>= 6.x) or Yarn (>= 1.x)
- Clone the repository:
git clone https://github.com/gauravgorade/setup-react-with-webpack-and-babel.git cd setup-react-with-webpack-and-babel
yarn install
yarn start
yarn build