This project search github user with username and list the repositories for the user and stargazers
-
Server-side rendering with React Router 4.x.
-
Redux predictable state containers.
-
Redux Saga [
Redux Thunk] for asynchronous action creators. -
Styled Components styled-components utilises tagged template literals to style your components.
-
Hot reloading using Webpack HMR.
-
Webpack 3 for both development and production bundles.
-
Responsive front-end interface with Bootstrap 3.
-
Express 4.x server.
git clone https://github.com/bluearcontech/react-github-api.git your_app
cd your_app
npm install
npm run start
npm run start - starts the development server.
Webpack for bundling modules. Configuration file is webpack.config.dev.js
It uses Express framework.
If NODE_ENV is development, we apply Webpack middlewares for bundling and Hot Module Replacement.
The app directory contains all the shared components, routes and reducers.



