Skip to content

The essential boilerplate for creating react-app-rewired plugins

License

Notifications You must be signed in to change notification settings

psychobolt/react-app-rewire-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React App Rewire Plugin Boilerplate

Dependencies Status Dev Dependencies Status Peer Dependencies Status

Build Status codecov

The essential boilerplate for creating react-app-rewired plugins

Included

Setup

  1. Install the latest Node JS LTS and Yarn and simply run yarn or yarn install command in the root and react-app directory.
  2. Generate webpack test config with cd react-app/ and yarn build.

Note: You should generate a new webpack test config whenver you upgrade react-scripts from react-app.

Test Driven Development

Make any changes to src/index.js and yarn start to watch tests with coverage.

About

The essential boilerplate for creating react-app-rewired plugins

Resources

License

Stars

Watchers

Forks