kristijanklepac / minimal-react-webpack-babel-eslint-prettier-setup

Minimal React Webpack Babel ESlint Prettier Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal React Webpack Babel ESLint Prettier Setup

This is a minimal setup for a React project running with Webpack, ESLint (airbnb) & Prettier.

๐Ÿง What's inside?

  • React 17
  • Webpack 5
  • Babel 7
  • Hot Module Replacement
  • ESLint (airbnb styleguide)
  • Prettier

๐Ÿš€ Quick start

  1. Download the project and cd into it:

  2. Install dependencies and run the application:

    yarn
    yarn dev
  3. Open your browser and navigate to:

    http://localhost:8080/

About

Minimal React Webpack Babel ESlint Prettier Setup


Languages

Language:JavaScript 88.3%Language:HTML 11.7%