**P1** : 002 - Update Arch Generator to support following Kind of apps:
Closed this issue · 1 comments
vinodloha commented
- SSG: Next.js based static site generation.
- SSR: Next.js based server side rendered application.
- Micro App: Plain React Micro App
Initialise a git Repo (Optional) - Way to update existing setup with new features
- Way to warn user on possible overwrite
- Way to choose optional features
- 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
deepanjan05 commented
"Initialise a git Repo (Optional)" to be created as a seperate P2 Task.