https://github.com/zlatanpham/react-typescript-boilerplate
Override create-react-app --typescript webpack config without running eject
https://github.com/zlatanpham/react-typescript-boilerplate
boilerplate cra customize-cra react react-app-rewired react-testing-library styled-components tailwind
Last synced: 3 months ago
JSON representation
Override create-react-app --typescript webpack config without running eject
- Host: GitHub
- URL: https://github.com/zlatanpham/react-typescript-boilerplate
- Owner: zlatanpham
- Created: 2019-04-17T03:08:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:30:34.000Z (over 2 years ago)
- Last Synced: 2023-03-02T12:35:43.120Z (about 2 years ago)
- Topics: boilerplate, cra, customize-cra, react, react-app-rewired, react-testing-library, styled-components, tailwind
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Typescript Boilerplate
This boilerplate using `react-app-rewired` helps to override `create-react-app` webpack config without running `eject`. Currently, it does:
- support `tailwindcss`.
- support `styled-component`, plus `twin.macro` for integrating with `tailwind` classes.
- support `bundle-analyzer` to analyze bundle size.