Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anumit-web/axios-test-8
https://github.com/anumit-web/axios-test-8
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anumit-web/axios-test-8
- Owner: anumit-web
- License: gpl-3.0
- Created: 2024-03-31T07:02:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T07:20:49.000Z (9 months ago)
- Last Synced: 2024-03-31T08:21:07.804Z (9 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# axios-test-8
GET Requests in React Using Async/Await
https://dev.to/redeyemedia/get-requests-in-react-using-async-await-7jd
cd /Users/robert/Documents/programming and software/learning/Axios - 2024/code - 1/
npm create vite@latest
✔ Project name: … axios-test-1
✔ Select a framework: › React
✔ Select a variant: › JavascriptNow run:
cd axios-test-1
npm install
npm run devgit init
git branch -m old-name new-name
git branch -m master main
git status
git add --all
git commit -m "Add files"
git remote add origin https://github.com/anumit-web/axios-test-8.git
git pull --rebase origin main
git push -u origin main