This is a minimal setup for a React project running with Webpack, ESLint (airbnb) & Prettier.
- React 17
- Webpack 5
- Babel 7
- Hot Module Replacement
- ESLint (airbnb styleguide)
- Prettier
-
Download the project and cd into it:
git clone https://github.com/junagao/minimal-react-webpack-babel-eslint-prettier-setup.git cd minimal-react-webpack-babel-eslint-prettier-setup
-
Install dependencies and run the application:
yarn yarn dev
-
Open your browser and navigate to: