File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 11react-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
You can’t perform that action at this time.
0 commit comments