This project is a boilerplate for building applications that require both web-app and browser-extension. It is initialized with:
New components can be added to the respective app via the shadcn cli like so:
pnpm dlx shadcn@latest add tooltip
Clone the repository:
git clone https://github.com/Aniket-508/turborepo-nextjs-wxt-shadcn-boilerplate.git
Navigate to the project directory:
cd turborepo-nextjs-wxt-shadcn-boilerplate
Install dependencies:
pnpm i
Start the server:
pnpm dev
The extension server will start at http://localhost:3000
in a new chrome driver instance.
The web server will start at http://localhost:3001
.
Contributions are welcome! If you want to enhance the design, add features, or fix bugs, feel free to fork the repo and submit a pull request.
git checkout -b feature-branch-name
git commit -m "Added new feature"
git push origin feature-branch-name
This project is licensed under the MIT License. See the LICENSE file for more details.
For questions or suggestions, feel free to reach out: