0.1.2 • Published 4 years ago

@mgaw/custom-react-app v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Getting Started with @mgaw/Create-React-App

This project is a custom wrapper over Create React App.

You can run it with

npx @mgaw/create-react-app my-app-name

just like you were running create-react-app my-app-name --template=typescript.

Enhancements

What this wrapper does, it first installs CRA with TypeScript and then does the following:

  • Adds .idea to .gitignore
  • Adds styled-components
  • Adds test:coverage script to package.json and proper configuration
  • Adds prettier with a common config
  • Sets up data-test as default test attribute for @testing-library/react
  • Adds common setting stylelint