Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisismydesign/cra-typescript-starter
Create React App boilerplate in TypeScript for rapid development with battle-tested standards
https://github.com/thisismydesign/cra-typescript-starter
Last synced: 8 days ago
JSON representation
Create React App boilerplate in TypeScript for rapid development with battle-tested standards
- Host: GitHub
- URL: https://github.com/thisismydesign/cra-typescript-starter
- Owner: thisismydesign
- Created: 2020-08-06T19:13:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:55:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:16:15.766Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.47 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create React App TypeScript Starter
#### Opinionated Create React App boilerplate in TypeScript for rapid development with battle-tested standards.
Check out Live: https://thisismydesign.github.io/cra-typescript-starter/
[Use this template](https://github.com/thisismydesign/cra-typescript-starter/generate)
## Stack
It has
- everything from [js-boilerplate](https://github.com/c-hive/js-boilerplate)
- everything from [cra-boilerplate](https://github.com/c-hive/cra-boilerplate)
- everything from [cra-typescript-boilerplate](https://github.com/c-hive/cra-typescript-boilerplate)
- Material UI
- styled-components
- cypress
- Responsive Layout component with header and footer
- Configurable color palette
- React router
- Code splitting
- Helmet
- Google Analytics![](demo-mobile.png)
![](demo-desktop.png)
## Conventions
This project follows [C-Hive guides](https://github.com/c-hive/guides) for code style, way of working and other development concerns.
## License
The project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).