Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Fast installation

Tarik Huber edited this page Nov 30, 2017 · 2 revisions

rmw-react-scripts

The easiest way to start with rmw-shell is to use the rmw-react-sripts for create-react-app. Just run the following command when creating your project with CRA:

create-react-app my-app --scripts-version rmw-react-scripts

After that you can just run:

cd my-app
npm start

From here you can start with the customization of your application.

Clone this wiki locally