This repository contains some code to display React Repositories.
- Ensure you have npm installed.
- Clone this repository.
- Install dependencies:
npm install. - Using the
src/etc/.env.examplecreate a.envfile in the same folder with your personal github access token. - Start the repository:
npm start(for local development). - Go to http://localhost:8080.
Use npm run generate and the types will be generated in src/generated directory. Server must be running.
Config file is codegen.yaml.