0.1.1 • Published 4 years ago
@mgaw/create-react-app v0.1.1
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 topackage.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