cra-template-rb-custom
v1.2.9
Published
Based off official React Boilerplate template for Create React App
Downloads
3
Maintainers
Readme
Edits so far
The official Create React App template of the discontinued
React Boilerplate
Start your create-react-app
projects in seconds with the best, industry-standard tools and practices made ready for you.
📚 Documentation: Gitbook
🎨 Check the example app: Demonstrating the features
📦 Package: npm
Install & Start
⚠️ Using Yarn Package Manager is recommended over npm
.
Create React App with the template
yarn create react-app --template cra-template-rb-custom my-app
Start and check our example app, if you want
cd my-app
yarn start
Remove the example app to start your project!
yarn cleanAndSetup
Features
This project is NOT a framework, UI component library or a design system. The only purpose of this template is to assist you starting your CRA app with a solid tool stack and development patterns. It's 100% customizable. After you start your journey and once you understand the concepts offered here you should personalize your code accordingly instead of being tied to the starter project.
You can add or remove literally anything and use whichever library or tools you prefer.
But wait... there's more!
- The best test setup: Automatically guarantee code quality and non-breaking changes. (Seen a react app with 100% test coverage before?)
- The fastest fonts: Say goodbye to vacant text.
- Stay fast: Profile your app's performance from the comfort of your command line!
Keywords: Create React App, React Boilerplate, Custom Template, Typescript, React.js, Redux, Hot Reloading, ESNext, Babel, react-router, styled-components
, redux-saga, FontFaceObserver
Contributors
This project follows the all-contributors specification. Contributions of any kind welcome!
License
This project is licensed under the MIT license, Copyright (c) 2019 Maximilian Stoiber.
For more information see LICENSE.md
.