https://github.com/edyionescu/react-webpack-boilerplate
React Webpack boilerplate
https://github.com/edyionescu/react-webpack-boilerplate
babel7 eslint jest prettier react-boilerplate react-testing-library react18 webpack5 webpack5-boilerplate
Last synced: 2 months ago
JSON representation
React Webpack boilerplate
- Host: GitHub
- URL: https://github.com/edyionescu/react-webpack-boilerplate
- Owner: edyionescu
- License: mit
- Created: 2019-01-31T14:52:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-03-07T14:33:32.000Z (3 months ago)
- Last Synced: 2026-03-07T20:42:08.735Z (3 months ago)
- Topics: babel7, eslint, jest, prettier, react-boilerplate, react-testing-library, react18, webpack5, webpack5-boilerplate
- Language: JavaScript
- Homepage:
- Size: 4.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Webpack boilerplate



[](https://github.com/dwyl/esta/issues)

## Features
- React 18
- Webpack 5
- Babel 7
- React Fast Refresh
## Install
```sh
git clone --depth=1 git@github.com:errorsmith/react-webpack-boilerplate.git
cd react-webpack-boilerplate
npm install
npm run dev
```