This repository was archived by the owner on Dec 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Tarik Huber edited this page Nov 30, 2017
·
4 revisions
Welcome to the rmw-shell wiki!
rmw-shell is made to help you obtain your project main parts up to date without touching your code itself.
It is designed to work together with Create React App (CRA).
Here is an Article that should explain why this project was made.
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 test-app --scripts-version rmw-react-scriptsIn the Installation part we will go trough the installation of rmw-shell step by step, from zero config to the full configurable version shown in React Most Wanted.