Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsmaiorano/github-starred-repositories
:star2: In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.
https://github.com/fsmaiorano/github-starred-repositories
axios babel lodash material-ui-next node-sass proptypes react react-redux redux redux-saga sass webpack
Last synced: 19 days ago
JSON representation
:star2: In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.
- Host: GitHub
- URL: https://github.com/fsmaiorano/github-starred-repositories
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-03-27T20:23:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T20:56:03.000Z (almost 7 years ago)
- Last Synced: 2024-11-05T13:16:13.421Z (2 months ago)
- Topics: axios, babel, lodash, material-ui-next, node-sass, proptypes, react, react-redux, redux, redux-saga, sass, webpack
- Language: JavaScript
- Homepage: https://fsmaiorano.github.io/github-starred-repositories
- Size: 2.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Starred Repositories
In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.
## Requeriments
* npm or yarn## How to Run:
* Download or Clone the repository.
* Run ```npm install or yarn``` to install project dependencies.
* Run the app using ```npm run dev or yarn run dev ```.
* In your browser, access the url: ``` localhost:3000 ```.## Production
* Run ```npm run build or yarn run build``` for generate the production package.