Skip to content

Monorepo for DevHub | Golang back-end | React, RN, Expo front-end.

Notifications You must be signed in to change notification settings

CoderVlogger/devhub

Repository files navigation

Note: Outdated public clone of CodeKN/CodeKN. The current version of CodeKN is not publicly available yet.

DevHub

Build Status

Goal: using automated tools (robots) gather most recent and most valuable technical articles and posts from popular websites, engineering blogs, etc.

This repositoroy is a monorepo which includes:

  • devhub-be/devhub - back-end, Golang project
  • devhub-fe-web - front-end web, React project
  • devhub-fe-mobile - front-end mobile, React Native/Expo project

Check out the Wiki for version 1 details.

Repository Structure

devhub:                 # git root directory
|-devhub-be             # container for back-end
  |-devhub              # go project
|-devhub-fe-web         # container for front-end web
  |-devhub              # react project
|-devhub-fe-mobile      # container for front-end mobile
  |-devhub              # expo/react native project