@mgaw/create-react-app
v0.1.1
Published
This project is a custom wrapper over [Create React App](https://github.com/facebook/create-react-app).
Readme
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-namejust 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
.ideato.gitignore - Adds
styled-components - Adds
test:coveragescript topackage.jsonand proper configuration - Adds
prettierwith a common config - Sets up
data-testas default test attribute for@testing-library/react - Adds common setting stylelint
