|
@@ -9,7 +9,7 @@ echo "maker folder $maker_folder"
|
|
echo "folder name $foldername"
|
|
echo "folder name $foldername"
|
|
|
|
|
|
|
|
|
|
-/home/nxe0003/nodebootstraptest/node_modules/.bin/create-react-app $foldername
|
|
|
|
|
|
+create-react-app $foldername
|
|
|
|
|
|
cd $foldername
|
|
cd $foldername
|
|
|
|
|
|
@@ -20,7 +20,7 @@ yarn add react-bootstrap \
|
|
react-router react-router-dom react-router-redux@next \
|
|
react-router react-router-dom react-router-redux@next \
|
|
rxjs redux-observable
|
|
rxjs redux-observable
|
|
|
|
|
|
-#TODO: integrate react-router routes
|
|
|
|
|
|
+#TODO: integrate react-router routes https://medium.com/@notrab/getting-started-with-create-react-app-redux-react-router-redux-thunk-d6a19259f71f
|
|
#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
|
|
|
|
|
|
|
|
|
|
@@ -41,5 +41,8 @@ sed -i 's_ </head>_\n <!-- Bootstrap CSS -->\n <link rel="stylesheet" hre
|
|
cp $script_folder/epics.js $script_folder/index.js $script_folder/reducers.js $script_folder/store.js src/
|
|
cp $script_folder/epics.js $script_folder/index.js $script_folder/reducers.js $script_folder/store.js src/
|
|
|
|
|
|
|
|
|
|
|
|
+# initialize git
|
|
|
|
+git init .
|
|
|
|
+
|
|
|
|
|
|
|
|
|