Docs link - https://docs.twimbit.com/developer/
- Setup a basic monorepo on github with one shared directory and main app directory
- Try Hello World in TS
- Migrate an existing JS function to TS
- Create a one page portfolio using NextJS 11
- Transform one React SPA route / component to NextJs
- Setup a basic project with NX in your monorepo
- Use NX CLI to setup a web app
- Use NX CLI to generate component
- Create a shared component and use it in your main app