Skip to content

A Typescript app with front-end as react, redux, redux saga and redux-persist. On backend we have node, koa and redis.

Notifications You must be signed in to change notification settings

aatifbandey/gitinspector-ts

Repository files navigation

Git Inspector

Version 1.0

  • An app to search for github users and repositories.
  • A Typescript fullstack app with front-end as react, redux and redux saga. On backend we have node, koa and redis.

Folder structure

gitinspector/
├── client                          # Frontend
├── server                          # Backend
├── package.json                    # Dependencies
├── tsconfig.json                   # Ts config
├── webpack.config                  # Webpack config

Requirements

  • node
  • pnpm you can use yarn or npm too
  • redis Install redis on system or server

Installation

  1. Make sure you have fulfilled all the requirements above.
  2. Run pnpm install
  3. Run pnpm run start:dev
  4. Run pnpm run server
  5. Open browser localhost:8080
  6. Done.

Tech stack

  1. React (v:16+)
  2. Emotion
  3. Redux, redux-saga, redux-persist
  4. Typescript
  5. Node
  6. Koa
  7. Redis (node)

API Documentation

Contributors

About

A Typescript app with front-end as react, redux, redux saga and redux-persist. On backend we have node, koa and redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published