Quick Start

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

⚠️ Using Yarn Package Manager 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

Last updated

Was this helpful?