- new way: Nest.js And Next.js can work together very well Read More
- small runtime: Using webpack and ncc, we build a minimal zero dependency product
- action: Using GitHub Action for CI, and can achieve the minimum test by NX
- monorepo: Get all the benefits from NX
- workspaces: tsconfig, build, test... using the same tool to manage
- parallel builds: You can make the most of your multicore computer
- workspace dependencies: You don't have to worry about dependency anymore
- fast builds, test...: keeps track of file changes in your repo and only actually do when needed
- boilerplate: No longer need to write boilerplate code, use a command to have best practice
- integrated: Can easily cooperate with other tools like Jest, Cypress, ESLint, and more.
- ... Please refer to the official website for other features
- Document website (implement by oneself)
- next-adapter e2e test
- forum project
- devops project