💢➡️🌈
“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 build
Run linting over our code
$ npm run lint
Test the application
$ npm run test
Test the application with coverage results
$ npm run test:coverage
Start the application locally for development
$ npm run start