README
@nxpm/stack
Create a new Nx Workspace and make sure to use the empty
preset!
yarn create nx-workspace sandbox --preset=empty --nx-cloud true --cli=angular
cd sandbox
Install the dependencies:
yarn add -D @nxpm/stack @nrwl/angular @nrwl/nest
Initialize a new project:
nx g @nxpm/stack:init