react-boilerplate-cra-template

Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.

MIT License

Downloads
607
Stars
1.9K
Committers
23

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


Install & Start

⚠️ Using Yarn Package Manager is recommended over npm.

Create React App with the template

yarn create react-app --template cra-template-rb 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.

Package Rankings
Top 7.25% on Npmjs.org
Badges
Extracted from project README
Open in Visual Studio Code
Related Projects