Web app for finding appropriate github issues for open source contribution.
This is a react-redux app. Follow below steps for building the project.
- fire up your terminal.
- You have to download
node.js
andnpm
. git clone https://github.com/razat249/github-view.git
cd issue_parser_frontend
npm install
- RELAX . . .
npm start
for starting development server.npm test
for running test.npm run build
for building the deployment build.
This project was bootstrapped with Create React App.
You can find the most recent version of the create-react-app guide here.