Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

MattRoseDev/gitexpo

Repository files navigation

Gitexpo

A new Github code explorer

Directories

api: Query of GraphQL API
apollo: Configuration of Apollo Client and connect to Apollo Server
components: Components used in the project
config: Urls and Ports used in the project
constants: Constants value and action types
contexts: Providers for Context API
css: Styles and fonts
helpers: Helper functions
options: All of options used for dropdown and selecbox component
pages: pages of sites
public: Images and gifs and static files
reducers: Reducers for Context API

Structures

Main file address: app/index.tsx

How to Use:

yarn install && 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!

See the section about deployment for more information.

Testing

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.