Skip to content

Commit 0a645c5

Browse files
author
NaomiFPassarelli
committed
add curl and prerequisites in Readme
1 parent 890e6d6 commit 0a645c5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
react-bootstrap
2+
==================
23

3-
## Run
4-
1- Create your folder
5-
2- Run: yo react
6-
3- Run: npm start or yarn start
7-
4- Track and add or delete comment lines: with: // TODO Add this if you need it with: // TODO import your {..}
8-
5- Add .env with your API_BASE_URL
4+
## Prerequisites
95

6+
React: https://facebook.github.io/react/docs/getting-started.html
7+
node & npm: https://github.com/creationix/nvm#install-script
8+
yarn: https://yarnpkg.com/lang/en/docs/install/#alternatives-tab
109

10+
## TL;DR
1111

12+
You don't need to clone this repository. Just run the following in your terminal:
1213

13-
bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/initial-bootstrap/run.sh) folderName
14+
1- bash <(curl -s https://raw.githubusercontent.com/Wolox/react-bootstrap/master/run.sh) folderName
15+
2- Track and add or delete comment lines: with: // TODO Add this if you need it with: // TODO import your {..}
16+
3- Add .env with your API_BASE_URL

0 commit comments

Comments
 (0)