/sara/react/src/api/Utils.js
export const URL_BASE = 'http://localhost:5000';
cd /sara/react/
npm install
…or create a new repository on the command line
echo "# appgen-angularreact-crud-nosql" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/s2iwi2s/appgen-angularreact-crud-nosql.git
git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/s2iwi2s/appgen-angularreact-crud-nosql.git
git branch -M master
git push -u origin master