https://github.com/colbywhite/cra-typescript-template
https://github.com/colbywhite/cra-typescript-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colbywhite/cra-typescript-template
- Owner: colbywhite
- Created: 2022-08-01T17:36:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T14:31:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T00:33:48.248Z (4 months ago)
- Language: TypeScript
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-typescript-template by [Colby M. White]
This is my preferred starting template for a create-react-app project with what I consider a sane set of starting settings.
It contains the following:
- Basic "Hello, World" page
- Sane yarn scripts
- `material-ui` components
- A two-color theme
- CSS Reset via `CssBaseline`
- `tailwindcss`[Colby M. White]: https://github.com/colbywhite/