cra-template-cleanscript

5.9.9 • Public • Published

cra-template-cleanscript

This template is a cleaned version of the official TypeScript template for Create React App.

By clean I mean:

  • without files and folders that everyone usually deletes
  • with preconfigured eslint + stylelint + prettier + airbnb + husky + lint stage ( running yarn husky enables pre-commit checking )
  • with preconfigured github workflow that runs both on macos and ubuntu

To use this template, add --template cleanscript when creating a new app.

For example:

npx create-react-app my-app --template cleanscript

# or

yarn create react-app my-app --template cleanscript

Package Sidebar

Install

npm i cra-template-cleanscript

Weekly Downloads

1

Version

5.9.9

License

MIT

Unpacked Size

7.42 kB

Total Files

19

Last publish

Collaborators

  • elias_bnk