From 5260338490d5f0e505cc60a27336e56e8fb15180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Velarde?= Date: Tue, 1 Sep 2020 18:33:34 +0200 Subject: [PATCH] chore: add small doc to react app example --- examples/apps/react-basic/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/apps/react-basic/README.md b/examples/apps/react-basic/README.md index e69de29b..4f1dd8b3 100644 --- a/examples/apps/react-basic/README.md +++ b/examples/apps/react-basic/README.md @@ -0,0 +1,6 @@ +A previous link is required to test current status + +- `npm link` in the parent project +- `npm link @carto/web-sdk` in this app + +Then, to run the project `npm install` and `npm run start`