pagesource/universal-react-v2

**P1** : 002 - Update Arch Generator to support following Kind of apps:

Closed this issue · 1 comments

  1. SSG: Next.js based static site generation.
  2. SSR: Next.js based server side rendered application.
  3. Micro App: Plain React Micro App
    Initialise a git Repo (Optional)
  4. Way to update existing setup with new features
  5. Way to warn user on possible overwrite
  6. Way to choose optional features
  7. Copy VSCode Settings to generated App (Optional?)
  • The generator will give above 3 options for Arch type question.
  • Update the templates/* directory structure accordingly.
  • Create a templates/common directory to keep common code of each arch type.
  • Ensure generator is able to copy and merge relevant directories while generating new app.

Assignee: Deepanjan

"Initialise a git Repo (Optional)" to be created as a seperate P2 Task.