The official React Boilerplate template for Create React App
npm install cra-template-rb
---
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
📂 Browse in VS Code: 
📦 Package: npm
---
⚠️ Using Yarn Package Manager is recommended over npm.
Create React App with the template
``shell`
yarn create react-app --template cra-template-rb my-app
Start and check our example app, if you want
`shell`
cd my-app
yarn start
Remove the example app to start your project!
`shell`
yarn cleanAndSetup
---
> 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.
) to your application, and routing makes this possible.
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
Can Sahin 💻 📖 🤔 👀 ⚠️ | Recep Tiryaki 💻 🤔 🎨 | David Bingham 📖 | Lourens de Villiers 📖 | Rejo Chandran 💻 📖 ⚠️ | Caleb Hoff 💻 📖 🤔 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind welcome!
This project is licensed under the MIT license, Copyright (c) 2019 Maximilian Stoiber.
For more information see LICENSE.md`.