Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 793 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 793 Bytes

React Webpack boilerplate

PRs Welcome contributions welcome

Features

  • React 18
  • Webpack 5
  • Babel 7
  • React Fast Refresh

Install

git clone --depth=1 git@github.com:errorsmith/react-webpack-boilerplate.git
cd react-webpack-boilerplate
npm install
npm run dev