Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzaerbay/react-github-api
A react experiment with github api
https://github.com/hamzaerbay/react-github-api
experiment fetch-api github-api promise react
Last synced: 7 days ago
JSON representation
A react experiment with github api
- Host: GitHub
- URL: https://github.com/hamzaerbay/react-github-api
- Owner: hamzaerbay
- Created: 2017-11-10T07:59:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T08:04:29.000Z (over 6 years ago)
- Last Synced: 2024-11-08T08:51:14.253Z (about 2 months ago)
- Topics: experiment, fetch-api, github-api, promise, react
- Language: JavaScript
- Homepage: https://hamzaerbay.github.io/react-github-api/
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-starter-kit
ReactJS exercises## Getting started
This project is using webpack and sass css pre-processor.
Before started
Run `npm install` for getting dependencies and run
`npm run dev-server` for using webpack dev server.
`npm run prod` for deploying everyting for production.