Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
echo "# auction" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/Across-borders/auction.git git push -u origin master //*************************** npm install react-countdown-now --save npm install react-bootstrap bootstrap npm install query-string --save (client) //************************** to start working after pull requestig do : git remote add remote https://github.com/Across-borders/auction.git git pull remote develop2