Skip to content

Commit 890e6d6

Browse files
author
NaomiFPassarelli
committed
clean run
1 parent 650cb3f commit 890e6d6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

run.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ elif ! system_has yarn; then
2424
exit 1
2525
fi
2626

27-
echo "You have pass system checks"
2827
yarn global add create-react-app --prefix /usr/local
29-
echo which create-react-app
30-
echo $1
3128
create-react-app $1
3229
#! create-react-app $2 --scripts-version mycompany-react-scripts
33-
echo "Great job! now you have install react"
3430
cd $1/
35-
yarn global add yo generator-react > /dev/null 2>&1
36-
yo react
31+
yarn global add yo generator-react-bootstrap > /dev/null 2>&1
32+
yo react-bootstrap
3733
yarn start
3834

3935
wait $!

0 commit comments

Comments
 (0)