#Need help for configuring client (React TS)& server(node TS) code in same folder

3 messages · Page 1 of 1 (latest)

merry dome
#

Hi devs,
I got struck in structuring project with back-end & front-end in the same codebase
Need suggestions about

  • To maintain two eslint, prettier configurations
  • To maintain two tsconfig.json
  • To maintain lint-stage configurations
    ** also need help for how to handle mysql SP changes for upto track with Git

Sorry for my bad English🙂
Welcoming references or suggestions

bold quartz
#

Use turborepo and you can share configs for everything

#

They have a basic example of how to do this