💢➡️🌈
“Parenthood Software development...It's about guiding the next generation, and forgiving the last.” ― Peter Krause
Boilerplate application to for React applications within StockportGovUK
Built with ❤︎ by
Stockport Council and
contributors
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