We'll use NextJS to render the extension UI.
- Create a new nextjs project.
npx create-next-app@latest
- *Nextjs sets up a .git repo.
- How should I structure the codebase?
- next and extension code side by side?
- web-ext in /src/extension?
- How do I get webpack to work?
- How do I run nextjs in the extension in dev mode?
- How do I build a release?
- How do I write command line scripts?
- manifest.json
- Configure schemastore
Topics