Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 558 Bytes

react-boilerplate

A reasonably bare boilerplate that gets you set up with React. The boilerplate includes:

  • A skeleton React app
  • Unit tests skeleton using Jest
  • Webpack for local running and bundling
  • GitHub Actions workflows defined in .github/

Usage instructions

  1. git clone git@github.com:AlexChesters/react-boilerplate.git my-new-app
  2. cd my-new-app
  3. ./scripts/clean my-new-app

After this you will be ready to go!