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: Open in Visual Studio Code

📦 Package: npm

version version


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