Testing environment for react-component-console
.
-
Clone
react-component-console
. -
Clone this repo.
-
Make sure
react-component-console
andreact-component-console-test
siblings on the file system level. -
Install dependencies (in both projects)
4.1 first for
react-component-console
npm i
oryarn install
4.2 then for
react-component-console-test
(it goes second because it depends onreact-component-console
)npm i
oryarn install
-
Start the test environment (in
react-component-console-test
)npm start
-
Have fun developing!