Steps to run your project locally
-
git clone https://github.com/MrRamka/github-web-client.gitor
git clone git@github.com:MrRamka/github-web-client.git -
cd github-web-client.git -
Create
.envfile and add
REACT_APP_AUTH_API_URI=YOUR_HEROKU_URL
REACT_APP_REDIRECT_URI=http://localhost:3000/login/oauth/access_token/
REACT_APP_CLIENT_ID=YOUR_GITHUB_CLIENT_ID
- Install all packages using
yarncommand
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
src
├───api
│ ├───index.ts
│ └───ApiName
│ ├───index.ts
│ ├───queries.ts
│ └───types.ts
├───components
│ └───Component
│ ├───index.ts
│ ├───styles.ts
│ ├───Component.tsx
│ └───types.ts
├───constants
│ ├───index.ts
│ └───const.ts
├───helpers
│ ├───index.ts
│ └───helper.ts
├───pages
│ └───Page
│ ├───index.ts
│ └───Page.tsx
└───shared
├───index.ts
└───SharedComponent.tsx
Best way to keep up to date is check the issues. We really welcome improvements for all aspects of an app.
Any suggestions/improvements/bugs can be in the form of Pull Requests, or creating an issue.
Released under the MIT License. Check LICENSE.md for more info.