Nx Nest Starter

screenshot of Nx Nest Starter

Nx workspace with Nest application template with extra features

Overview:

The Nx Nest Starter is a prebuilt Nx workspace that comes with a Nest application template and additional features. It is built with Nx version 15.6.1 and Nest version 9.0.0.

Features:

  • Nx: Provides a set of powerful and extensible tools for developing, testing, and building with monorepos.
  • Jest: Allows for unit testing of the application.
  • ESLint: Provides a linter that helps enforce code quality and style guidelines.
  • Prettier: Enables the automatic formatting of code to maintain consistent style throughout the project.
  • Husky: Facilitates the use of Git hooks for automating tasks before commits or pushes.
  • Commitizen: Provides a command-line tool for generating commit messages according to a specified format.

Summary:

The Nx Nest Starter provides a ready-to-use workspace with a Nest application template and additional features such as Nx, Jest, ESLint, Prettier, Husky, and Commitizen. By following the installation guide and customizing the project to your needs, you can quickly start building your application with the assurance of code quality and good development practices.