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 650cb3f commit 890e6d6Copy full SHA for 890e6d6
run.sh
@@ -24,16 +24,12 @@ elif ! system_has yarn; then
24
exit 1
25
fi
26
27
-echo "You have pass system checks"
28
yarn global add create-react-app --prefix /usr/local
29
-echo which create-react-app
30
-echo $1
31
create-react-app $1
32
#! create-react-app $2 --scripts-version mycompany-react-scripts
33
-echo "Great job! now you have install react"
34
cd $1/
35
-yarn global add yo generator-react > /dev/null 2>&1
36
-yo react
+yarn global add yo generator-react-bootstrap > /dev/null 2>&1
+yo react-bootstrap
37
yarn start
38
39
wait $!
0 commit comments