My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Folder structure for Typescript's Express and React

Konan Destylator's photo
Konan Destylator
·Feb 17, 2018

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?