Example monorepo setup

This repository contains an example monorepo setup utilising Create React App, TypeScript and Babel macros.

The React apps (located in /apps) utilise a custom Babel preset in order to enable the use of Babel macros from within the monorepo packages. The only change required in comparison to the default babel-preset-react-app is the addition of the babel-plugin-macros plugin to dependencies.js.