How to share code between a Create React App front end and an Express back end without ejecting or modifying react-scripts (using Webpack & Typescript).
Create React App gives you the ability to easily bootstrap a TypeScript app using the scripts-version option. But that only works for a brand new project. Here's a guide to migrati