miami78 / webpack5-react-boilerplate

This is a starter boilerplate for React using Webpack5. Configured with eslint rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack5-react-boilerplate

Webpack 5 boilerplate for react using babel, sass, with a hot dev server and an optimized production build.Configured with eslint rules.

Installation

git clone https://github.com/miami78/webpack5-react-boilerplate.git
cd webpack5-react-boilerplate
yarn / npm i

Usage

Development server

yarn start / npm start

You can view the development server at localhost:8080.

Production build

 yarn build / npm run build

Features

Dependencies

webpack

Babel

Loaders

Eslint

Plugins

About

This is a starter boilerplate for React using Webpack5. Configured with eslint rules


Languages

Language:JavaScript 91.3%Language:SCSS 6.0%Language:HTML 2.7%