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.jsandnpm. git clone https://github.com/razat249/github-view.gitcd issue_parser_frontendnpm install- RELAX . . .
npm startfor starting development server.npm testfor running test.npm run buildfor 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.