Skip to content

forstleblue/react-github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Github-API

This project search github user with username and list the repositories for the user and stargazers

Features

Quickstart

git clone https://github.com/bluearcontech/react-github-api.git your_app
cd your_app
npm install
npm run start

Available Commands

npm run start - starts the development server.

File Structure

Webpack Config

Webpack for bundling modules. Configuration file is webpack.config.dev.js

Server

It uses Express framework.

If NODE_ENV is development, we apply Webpack middlewares for bundling and Hot Module Replacement.

Client

The app directory contains all the shared components, routes and reducers.

ScreenShot

Alt text Alt text Alt text Alt text

About

This project search Github user with username and list the repositories for the user and stargazers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors