Part of the nextjs-monorepo-example
$ cd apps/blog-app
$ yarn dev -p 3000
# Alternatively: yarn workspace webapp run dev -p 3000
Some common features that have been enabled to widen monorepo testing scenarios.
- Styling: Emotion v11 support with critical path extraction enabled.
- Styling: Tailwind v3 with JIT mode enabled and common plugins.
- Security: next-secure-headers with basic defaults.
- Seo: next-seo
- Tests: jest + ts-jest + @testing-library/react
- E2E: Playwright