Differential / chase-oaks-apollos-tv

Home Page:apollos-tv-web.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apollos-tv

A Mono-repo with React Native, Next.js, and a shared component library to build cross-platform TV apps.

⛔️ Warning

This project is still under construction and not ready for production. The web app side is in a stable place, but the native side still needs work. We are hard at work trying to get everything up and running.

Get started

Install:

yarn

cd tvappnative/ && yarn pods

Update the env.sample and env.local.sample in tvappnative and tvappweb apps.

Run:

yarn dev

This starts the Next.js web (tvappweb) and React Native (tvappnative) client apps. Don't forget to start your server.

Linting

Since the shared, tvappweb, and tvappnative packages share so much in common with their tech stack, the eslint and prettier configurations were lifted to the workspace root. This removes the many redundant devDependencies across the packages, and should make long term maintenance simpler since there is one, common configuration.

The base eslint config is @apollosproject/apollos-eslint-config.

Each package has a yarn lint script to validate linting within the package scope.

About

apollos-tv-web.vercel.app


Languages

Language:JavaScript 94.4%Language:Java 2.6%Language:Objective-C 1.9%Language:Ruby 0.4%Language:CSS 0.3%Language:Starlark 0.3%Language:Shell 0.1%