devalias.net icon indicating copy to clipboard operation
devalias.net copied to clipboard

[Blog] Starting a new webapp/multi-part monorepo

Open 0xdevalias opened this issue 5 years ago • 0 comments

Write a deepdive style post about starting a new webapp/multi-part monorepo type thing:

  • yarn init
    • also reference any project boilerplate template type things? (eg. npm packages named create-* or similar)
  • lerna init
    • infrastructure repo
    • messenger bot repo?
    • timetree api repo?
  • cdk init + infrastructure code things
    • possibly break each 'component' of the infrastructure into it's own mini repo + use lerna to link locally?
    • then could also have the 'main app' package that ties it all together
  • webpack / babel / prettier / etc configuration
  • etc (refer to REMDR project for ideas/etc)
  • Folder structure/layout
    • docs/
    • packages/
    • script(s)/
    • tool(s)/

0xdevalias avatar May 12 '20 08:05 0xdevalias