|
@@ -24,6 +24,10 @@ yarn add react-bootstrap \
|
|
#TODO: integrate react-router-bootstrap https://github.com/react-bootstrap/react-router-bootstrap
|
|
#TODO: integrate react-router-bootstrap https://github.com/react-bootstrap/react-router-bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
+# disable auto-open browser
|
|
|
|
+sed -i 's_openBrowser(_//openBrowser(_g' node_modules/react-scripts/scripts/start.js
|
|
|
|
+
|
|
|
|
+
|
|
# add to .gitignore
|
|
# add to .gitignore
|
|
echo "" >> .gitignore
|
|
echo "" >> .gitignore
|
|
echo "*.swp" >> .gitignore
|
|
echo "*.swp" >> .gitignore
|