To ensure a consistent approach to our applications this boilerplate lays out the fundementals needed for an application written with React.
It contains useful utility npm packages as well as a standard linting pattern for StockportGovUK.
Build and compile the code
$ npm run buildRun linting over our code
$ npm run lintTest the application
$ npm run testTest the application with coverage results
$ npm run test:coverageStart the application locally for development
$ npm run start