Folder structure for Typescript's Express and React
I want to create front end app along with backend (and mongo). I use Express and I am wondering how to structure app. Should I create separate repo for back and front? I use Typescript so then I woulnd't have access to typing. So maybe in one repo tw...