Skip to content

AlexChesters/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!