Generate NextJS Apps or Components Using ssk-plugin

Chapter 2:

Step 2 - Using the ssk-plugin and Nx Generators

You can easily generate new apps, components, or features using the ssk-plugin or Nx generators, which are highly customizable tools provided by Nx. To begin, run:

npm run start-now

Nx Generators

Nx also provides powerful generators that allow you to create new applications, libraries, or modify existing projects efficiently. These generators offer flexibility and best practices for building scalable applications within your monorepo.

Explore more about Nx generators here: Nx Generators Documentation

Last updated