Notes

Notes

  1. Create the workspace
  2. Install capablility\
  3. Create the app
  • In which directory should the application be generated? - Just press enter (default)

ng test repfeed

try 2

npm install –dev @nrwl/angular –only=dev

npm install –only=dev @nrwl/angular

trey 3

Install the CLI npm install -g @angular/cli

npx create-nx-workspace@latest leanstart SASS Empty Workspace cd leanstart

npm install –dev @nrwl/angular

npm install

— this did not work:C:\src\lean\leanstart>npm install –only=dev @nrwl/angular

ng g @nrwl/angular:application facefeed npm install

Just hit enter for the directory

ng test facefeed

ng e2e facefeed