https://github.com/ipuldev/pokemon-apps
React + go implementing retrieve data & rest http api resources data from api pokemen
https://github.com/ipuldev/pokemon-apps
go pokemon react
Last synced: 3 months ago
JSON representation
React + go implementing retrieve data & rest http api resources data from api pokemen
- Host: GitHub
- URL: https://github.com/ipuldev/pokemon-apps
- Owner: ipuldev
- Created: 2020-09-08T01:41:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T01:18:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T09:57:50.785Z (over 1 year ago)
- Topics: go, pokemon, react
- Language: CSS
- Homepage:
- Size: 9.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokemon_apps
Requirement
- Set Up Go
- Set Up react
Set Up client
1.cd client
2.npm install
3.npm run start / npm run build
Set up Back End and start apps
1.go run main.go / go build main.go && ./main