# minimal-react-webpack-babel-setup **Repository Path**: liuzimin/minimal-react-webpack-babel-setup ## Basic Information - **Project Name**: minimal-react-webpack-babel-setup - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-27 - **Last Updated**: 2021-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # minimal-react-webpack-babel-setup [![Build Status](https://travis-ci.org/rwieruch/minimal-react-webpack-babel-setup.svg?branch=master)](https://travis-ci.org/rwieruch/minimal-react-webpack-babel-setup) [![Greenkeeper badge](https://badges.greenkeeper.io/rwieruch/minimal-react-webpack-babel-setup.svg)](https://greenkeeper.io/) Read how to set it up yourself: [React with Webpack Tutorial](https://www.robinwieruch.de/minimal-react-webpack-babel-setup/). [![Edit minimal-react-webpack-babel-setup](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/rwieruch/minimal-react-webpack-babel-setup/tree/master/?fontsize=14) ## Features - React 16 - Webpack 5 - Babel 7 - Hot Module Replacement ## DIY Add-Ons - [ESLint](https://www.robinwieruch.de/react-eslint-webpack-babel/) - [CSS Modules](https://www.robinwieruch.de/react-css-modules/) - [SVG Icons](https://www.robinwieruch.de/react-svg-icon-components/) - [Fonts Support](https://www.robinwieruch.de/webpack-font/) - [Images Support](https://www.robinwieruch.de/webpack-images/) - [Docker](https://www.robinwieruch.de/docker-react-development) ## Alternatives - [Advanced React Webpack Babel Setup](https://github.com/rwieruch/advanced-react-webpack-babel-setup) via this [Tutorial](https://www.robinwieruch.de/webpack-advanced-setup-tutorial) ## Installation - `git clone git@github.com:rwieruch/minimal-react-webpack-babel-setup.git` - cd minimal-react-webpack-babel-setup - npm install - npm start - visit `http://localhost:8080/`