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 two folders client
and server
? But what then? In each folder should I create package.json
? Is it worth to separate this file?