We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3242670 commit 1720a50Copy full SHA for 1720a50
run.sh
@@ -25,8 +25,7 @@ elif ! system_has yarn; then
25
fi
26
27
yarn global add create-react-app --prefix /usr/local
28
-create-react-app $1
29
-#! create-react-app $2 --scripts-version mycompany-react-scripts
+create-react-app $1 --scripts-version wolox-react-scripts
30
cd $1/
31
yarn global add yo generator-react-bootstrap > /dev/null 2>&1
32
yo react-bootstrap
0 commit comments