An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Webpack boilerplate

![](https://img.shields.io/travis/errorsmith/react-webpack-boilerplate/master.svg?style=flat-square)
![](https://img.shields.io/github/last-commit/errorsmith/react-webpack-boilerplate.svg?style=flat-square)

![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
![](https://img.shields.io/github/license/errorsmith/react-webpack-boilerplate.svg?style=flat-square)

## 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
```