grimesjm / townies

An attempt to bundle a pure typescript, react-native, core, api, web, and infrastructure code into a monorepo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Typescript Monorepo

The purpose of this repository is to provide a clear and concise Typescript architecture based on clean architecture principles.

Setup

  • Clone the project
  • Run yarn
  • Run yarn run watch (builds the javascript from typescript)

You will need to run this before running the below commands for the seperate projects.

React Native IOS

  • In a new terminal run yarn run native:start
  • In a new terminal run yarn run native:ios

API

  • run yarn run api:start

Web

  • run yarn run web:start

Todo:

  • React Native Android.
  • Add Testing

About

An attempt to bundle a pure typescript, react-native, core, api, web, and infrastructure code into a monorepo.


Languages

Language:Makefile 88.0%Language:Objective-C 7.9%Language:C++ 3.3%Language:C 0.5%Language:TypeScript 0.1%Language:JavaScript 0.0%Language:Python 0.0%Language:Java 0.0%Language:Shell 0.0%Language:HTML 0.0%