Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divyanshu-rawat/stalk-git-user
An app to stalk git user.
https://github.com/divyanshu-rawat/stalk-git-user
react-js redux redux-persist redux-saga reselector
Last synced: 1 day ago
JSON representation
An app to stalk git user.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/stalk-git-user
- Owner: divyanshu-rawat
- Created: 2018-05-08T08:12:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:46:06.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T13:19:46.703Z (6 months ago)
- Topics: react-js, redux, redux-persist, redux-saga, reselector
- Language: JavaScript
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)### Access Application Here:
https://nameless-springs-59663.herokuapp.com/
### Installation Instructions
* clone or download the repo. into any fresh temporary folder.
* cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```* Now typing
```javascript
npm start
```* will start a server !
* For testing run
```javascript
npm test
```##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##