Display pull requests, contributions for GitHub users.

git clone [email protected]:ducthienbui97/pullrequests.git
cd pullrequests
yarn
If you prefer npm over yarn, replace yarn command with npm install.
All project's code is inside src folder.
You can run command yarn start or npm start to start developing process.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will see the build errors and lint warnings in the console.
You can build app into build folder using yarn build or npm run build command. It correctly bundles React in production mode and optimizes the build for the best performance.
The app is ready to be deployed.
package.json is already configured to deploy to surge.sh. You can easily deploy using yarn deploy or npm run deploy
GitHub Pages does not work well with react-rounter. You can try the workaround written here.
All contributions is welcomed, feel free to open a new issue to discuss about your idea or the bugs you found.