React Boilerplate CRA Template
  • README
  • Quick Start
  • Understanding react-boilerplate
  • Tools
    • CLI & Scaffolding
    • Editor Configuration
    • Package Managers
  • Building Blocks
    • Building Blocks
    • The Slice
      • Redux & Toolkit
      • Reselect
      • Redux-Saga
      • Redux Injectors
    • Async Components
    • Routing
    • i18n Internationalization & Pluralization
    • Styling (CSS)
    • Testing
  • Deployment
    • AWS
    • Azure
    • Heroku
    • Netlify
  • Misc
    • FAQ
Powered by GitBook
On this page

Was this helpful?

Quick Start

PreviousREADMENextUnderstanding react-boilerplate

Last updated 3 years ago

Was this helpful?

You have just 3 easy-peasy steps to do :)

⚠️ Using is recommended over npm.

1) Create CRA app with the custom template

yarn create react-app --template cra-template-rb my-app

2) Start the example application and checkout the features made ready for you.

cd my-app
yarn start

3) When you are done examining the sample application. Clean it and start your own app!!

yarn run cleanAndSetup

That's it. As easy as it can be. Happy coding! 🎉

Yarn Package Manager